
User Manual of Machine Vision Camera SDK Demo (VC6.0)
1. Create 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);
Note:
When the camera is disconnected, there will be callback exception, and you can reconnect the camera in
exceptional callback.
6













