14/33
Sentech GigE Vision Camera StGigE SDK
Sample Guide Rev.1.00
1.17 PvSimpleUISample
This sample shows how to create the simple UI application, which is connects to the camera, obtains and displays
the image.
1) Introduction
This sample shows how to:
Selects the camera with the PvDeviceFinderWnd class.
Connects the camera.
Opens the stream.
Starts obtain the image.
Obtains the image with the PvStream class.
Displays the image with the PvDisplayWnd.
Obtains the camera functions with the PvGenParameterArray.
Displays the camera functions with the PvGenBrowserWnd.
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 PvSimpleUISample.cpp
The source code file for the create UI application.
1.18 PvStreamSample
This sample shows how to connects the camera, obtains and displays the image with the PvStream class.
1) Introduction
This sample shows how to:
Connects the camera.
Setup the stream setting for obtains the image.
Obtains the image.
Stops obtains the image.
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 PvStreamSample.cpp
The source code file for the sample program of how to use the PvStream.