CCamera::AssignDevices Method
C++
void AssignDevices(void* device, const CRxString& driverName, void* grabber)
Assigns the camera interface plus an optional frame grabber interface.
Parameters
[void*] device |
[in] The interface of the handled camera. |
[const CRxString&] driverName |
The driver name. |
[void*] grabber |
[in] The interface of a frame grabber. Can be null if the camera isn't a CamLink camera. |