5/33
Sentech GigE Vision Camera StGigE SDK
Sample Guide Rev.1.00
3.18) SplashPage.cpp
The source code file for the dialog, which is appeared for a moment while StGigE Player is starting.
This dialog appears until the main dialog appears.
3.19) Thread.cpp
The source code file for the class, which is used by ThreadDisplay.
3.20) ThreadDisplay.cpp
The source code file for the thread, which is created the class of obtains and displays the image.
3.21) stdafx.cpp
The source code file, which is generated by the standard MFC application.
1.3 PvBufferWriterSample
This sample shows how to use the PvBuffer and the PvBufferWriter classes.
1) Introduction
This sample shows how to:
Creates and allocates the buffer, and obtains the image with the PvBuffer class.
Saves the buffer data to the bitmap format file with the PvBufferWriter 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 PvBufferWriterSample.cpp
The source code file for the sample program of how to use the PvBuffer and the PvBufferWriter classes.
Please check the comments in this source code for the information, which is how to use these classes.