Main Content

Creating Custom Adaptors

我们e the Image Acquisition Toolbox™ Adaptor Kit to create an adaptor

The Adaptor Kit is a C++ framework that you use to create an adaptor to support new hardware. The kit is not necessary to use Image Acquisition Toolbox. Use it only if you are writing a custom adaptor.

Functions

imaqhwinfo Information about available image acquisition hardware
videoinput Create video input object
imaqreset Disconnect and delete all image acquisition objects
imaqregister Register third-party custom adaptor

Topics

Setting Up Your Build Environment

Providing Hardware Information

Defining Your Adaptor Class

Acquiring Image Data

Defining Device-Specific Properties

Storing Adaptor Information in an IMDF File

我们ing the Test Suite for Adaptor Writers or Hardware Vendors