Accessing a Class Object
A MultiCam class is a container for MultiCam parameters. MultiCam has 4 classes:
- The Board parameters control the common features of each board.
- The Channel parameters define and control the acquisition paths.
- The Surface parameters define the image containers.
- The Configuration parameters control the system common features.
The instance of a class object is designated by a handle of the MultiCam-defined type MCHANDLE. This type is defined in the MultiCam.h header.
Most MultiCam functions use such a handle as an argument.