
User Manual of Machine Vision Camera SDK Demo (VS2008)
exceptional disconnection callback is MV_CC_RegisterExceptionCallBack in the machine vision camera SDK
(C++).
Steps:
1. Realize the reconnection function ReconnectDevice in CBasicDemoDlg class.
2. Transmit to callback function RegisterExceptionCallBack.
3. Register callback function by calling the callback function registration API after opening the camera.
Example: m_pcMyCamera->RegisterExceptionCallBack(ReconnectDevice, this);
When the camera is disconnected, there will be callback exception, and you can reconnect the camera in
exceptional callback.
5
















