8/33
Sentech GigE Vision Camera StGigE SDK
Sample Guide Rev.1.00
1.7 PvDeviceFindingSample
This sample shows how to use the PvSystem, PvInterface, PvDeviceInfo and PvDeviceFinderWnd classes.
1) Introduction
This sample shows how to:
Finds out the cameras on the network with the PvSystem and the PvInterface classes.
Finds out the cameras on the network with the GUI, with the PvDeviceFinderWnd class.
2)
Prerequisite
When use this sample:
The camera has to connect to the NIC, which is installed either the eBUS Universal Pro or the Optimal driver,
before use this sample.
3) Descriptions of the files
3.1 PvDeviceFindingSample.cpp
The source code file for the sample program of how to use the PvSystem, the PvInterface, the PvDeviceInfo
and the PvDeviceFinderWnd classes.
Please check the comments in this source code for the information, which is how to use these classes.
1.8 PvGenParameterArraySample
This sample shows how to use the PvGenParameterArray class, to control the settings of the camera.
1) Introduction
This sample shows how to:
Obtains the PC communication related settings with the PvGenParameterArray class.
Obtains the settings of the camera with the PvGenParameterArray class.
Obtains the image stream control settings with the PvGenParameterArray class.
Obtains and sets the PvGenParameter value with the PvGenParameter class.
Obtains the PvGenParameter name with the PvGenParameter class.
Obtains all parameters of the PvGenParameterArray with the PvGenParameter class.
Check the parameters type with the PvGenParameter class.
Casts the PvGenParameter in the sublcass type with the PvGenParameter class.
2)
Prerequisite
When use this sample:
The camera has to connect to the NIC, which is installed either the eBUS Universal Pro or the Optimal driver,
before use this sample.
3) Descriptions of the files
3.1 PvGenParameterArraySample.cpp
The source code file for the sample program of how to use the PvGenParameterArray and the
PvGenParameter classes.
Please check the comments in this source code for the information, which is how to use these classes.