User Manual of Machine Vision Camera SDK Demo (C#)
Chapter 3ReconnectDemo
The ReconnectDemo mainly introduces the operations of disconnected camera reconnection in the SDK.
The following sample program describes the process of disconnection callback and camera reconnection
method.
3.1 Interface Overview
The ReconnectDemo based on C# language for machine vision camera can realize the function of device
search, device control, image acquisition and configuration trigger.
3.2 Operation Procedure
The operation procedure of ReconnectDemo is similar with that of BasicDemo, please refer to Chapter 2.2
Operation Procedure for details.
3.3 Programming Guideline
The programming guidance of Reconnection Demo is similar with that of BasicDemo, please refer to Chapter
2.3 Programming Guidance for details. Here we introduce the application method of callback function.
For C# language, you should replace the function pointer of C language by delegate (proxy) method. So the
exceptional disconnection callback proxy is MyCamera. cbExceptiondelegate in the machine vision camera
4
    "