7/33
Sentech GigE Vision Camera StGigE SDK
Sample Guide Rev.1.00
1.5 PvConfigurationReaderSample
This sample shows how to use the PvConfigurationReader and PvConfigurationWriter classes.
1) Introduction
This sample shows how to:
Creates the list of the camera and the stream configuration with the PvConfigurationReader class.
Creates the string information with the PvConfigurationReader class.
Saves three different camera information (The camera, the stream and the string) to the pvxml file with the
PvConfigurationWriter class.
Saves the camera configuration with the specific name with the PvConfigurationWriter class.
Saves the stream configuration with the specific name with the PvConfigurationWriter class.
Saves the string information with the specific name with the PvConfigurationWriter 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 PvConfigurationReaderSample.cpp
The source code file for the sample program of how to use the PvConfigurationReader and the
PvConfigurationWriter classes.
Please check the comments in this source code for the information, which is how to use these classes.
1.6 PvCustomPipelineSample
This sample shows how to use the PvPipeline class.
1) Introduction
This sample help to understand how to use the PvPipeline class.
The PvPipeline has standard image acquire operation.
Some application might require the lower latency or different operation from the defalt PvPipeline operation.
In this case, please starts with this sample to make application.
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 CustomPipeline.cpp, CustomPipeline.h
The source code file for the pipeline.
3.2 PvCustomPipeline.cpp
The source code file for the sample program of how to use the PvPipeline class.
Please check the comments in this source code for the information, which is how to use this class.