
User Manual of Machine Vision Camera SDK Demo (VS2008)
Chapter 2BasicDemo
BasicDemo is a basic sample program, which includes general API calling procedure during SDK programming
process.
For users who have no SDK programming experience of machine vision camera, we recommend the users to
refer to the BasicDemo, as it contains multiple required examples.
2.1 Interface Overview
The BasicDemo based on C++ language for machine vision camera can realize the function of image display,
initialization, image acquisition, picture storage and parameter control.
2.2 Operation Procedure
Steps:
1. Click Search Device in the Initialization field to search the online device.
The online devices will display in the drop-down list of the upper left corner field.
Note: If the user ID is not empty, the devices will be displayed as “device type” + “device name” + “IP
address”; otherwise the devices will be displayed as “device type” + “device model” + ”IP address”.
2. Click to select a device in the drop-down list.
3. Click Open Device button in the Initialization field to active the Image Acquisition field.
4. Select image acquisition mode as Continuous or Trigger Mode.
Notes:
The default image acquisition mode is Continuous.
When Trigger Mode is selected, you can check the Trigger by Software checkbox.
5. Click Start button in the Image Acquisition field to start image acquisition.
2
















