
User Manual of Machine Vision Camera SDK Demo (LabVIEW)
union
{
MV_GIGE_DEVICE_INFO stGigEInfo;
MV_USB3_DEVICE_INFO stUsb3VInfo;
// more ...
}SpecialInfo;
}MV_CC_DEVICE_INFO;
3.3.2 LabVIEW Demo Development
Steps:
1. Create a project in the LabVIEW.
2. Right-click My Computer in the project manager to select files.
3. Select MvCameraLib.lvlib to add it to the project.
4. Create a VI and name it as TwoCameraDisplayPanel.vi.
5. Add vi files in the MvCameraLib.lvlib to the programming panel for camera operations.
Note: When LabVIEW is loading and initializing vi files, the progress dialog will open. This dialog will search .vi
files automatically and call them to MvCameraControl.dll and MvCameraPatch.dll. If searching failed, you
should add the path of MvCameraControl.dll and MvCameraPatch.dll in the SDK manually.
7










