Interface for selecting a board [Legacy API: 1st generation].
More...
|
cvbbool_t | CanBoardSelect (IMG Image) |
| This function verifies whether the image supports the BoardSelect interface. More...
|
|
cvbres_t | GetBoard (IMG Image, cvbval_t *sBoard) |
| Returns the number of the currently selected image acquisition device. More...
|
|
cvbres_t | SetBoard (IMG Image, cvbval_t sBoard) |
| Sets the current image acquisition device. More...
|
|
Interface for selecting a board [Legacy API: 1st generation].
◆ CanBoardSelect()
cvbbool_t CanBoardSelect |
( |
IMG |
Image | ) |
|
This function verifies whether the image supports the BoardSelect interface.
- Parameters
-
[in] | Image | Handle of image object. |
- Returns
TRUE
if the image supports the BoardSelect interface, FALSE
otherwise.
- Supported platforms:
- Win32
Win64
Linux
- Examples:
- Visual C++ - VC MDI Example (DLL only)
◆ GetBoard()
cvbres_t GetBoard |
( |
IMG |
Image, |
|
|
cvbval_t * |
sBoard |
|
) |
| |
Returns the number of the currently selected image acquisition device.
- Parameters
-
[in] | Image | Handle of image object. |
[out] | sBoard | Number of the current image acquisition device. |
- Returns
- 0 : OK
<0 : an error occured
- Supported platforms:
- Win32
Win64
Linux
- Examples:
- Visual C++ - VC MDI Example (DLL only)
◆ SetBoard()
cvbres_t SetBoard |
( |
IMG |
Image, |
|
|
cvbval_t |
sBoard |
|
) |
| |
Sets the current image acquisition device.
- Parameters
-
[in] | Image | Handle of image object. |
[in] | sBoard | Board to be set active. |
- Returns
- 0 : OK
<0 : an error occured
- Supported platforms:
- Win32
Win64
Linux
- Examples:
- Delphi - Delphi Hardware Access Example (needs ICP AMVS or AMSTD)
Visual C++ - VC MDI Example (DLL only)