2.2 Obtain the NIC and the camera information ......................24 2.3 Sets the IP Address ..............................26 2.4 Obtains the command information ..........................28 2.5 Uses the serial communication ........................... 31 Sentech GigE Vision Camera StGigE SDK 2/33 Sample Guide Rev.1.00...
This source code file shows how to use EbNetworkAdapter, EbDriver and EbInstaller classes. 1.2 GEVPlayerSample This sample is the source code for the StGigE Player application. StGigE Player application is used to connect and configure the GigE Vision camera. 1) Introduction This sample help to understand how to use StGigE SDK.
Page 4
ProgressDlg. (Please check ProgressDlg.cpp) 3.17) SetupDlg.cpp The source code file for the Setup dialog. It is accessible from " Setup..." under "Tools" in the menu. Sentech GigE Vision Camera StGigE SDK 4/33 Sample Guide Rev.1.00...
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. Sentech GigE Vision Camera StGigE SDK 5/33...
This application displays the main application dialog. 3.3 Thread.cpp The source code file for the thread, which is created the class of display the image from the PvPipeline on the PvDisplay. Sentech GigE Vision Camera StGigE SDK 6/33 Sample Guide Rev.1.00...
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. Sentech GigE Vision Camera StGigE SDK 7/33...
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. Sentech GigE Vision Camera StGigE SDK 8/33 Sample Guide Rev.1.00...
The source code file, which shows how to use the PvPipeline and the PvStream classes. Please check the comments in this source code for the information, which is how to use these classes. Sentech GigE Vision Camera StGigE SDK 9/33...
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. Sentech GigE Vision Camera StGigE SDK 10/33...
5) "Device control" button This shows how to display "Gev Device Control" window. PLC_ctrl0 change from false to true, is the same effect as select "Generate 1 pulse" button. Sentech GigE Vision Camera StGigE SDK 11/33 Sample Guide Rev.1.00...
PLC_ctrl0 is turn on/off the rescaler. LUT routes rescaler output signal to Q0 (TTL_OUT[0]). NOTE: This sample is based on the Demonstrating the Rescaler tutorial in the Programmable Logic Controller Reference Guide. Sentech GigE Vision Camera StGigE SDK 12/33 Sample Guide Rev.1.00...
The source code file, which is simple command line application that obtains the image. Please check the comments in this source code for the information, which is how to use these classes. Sentech GigE cameras do NOT have the DeviceReset function in this. 1.16 PvRGBFilterSample This sample shows how to use the PVBufferConverter and the PvFilterRGB, to convert the image.
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. Sentech GigE Vision Camera StGigE SDK 14/33 Sample Guide Rev.1.00...
When use this sample: Please use the Visual Studio 2005 (VS8) C++. Required to understand the C++ and the Microsoft MFC. Please build to make the application to understand the operation. Sentech GigE Vision Camera StGigE SDK 15/33 Sample Guide Rev.1.00...
Please use the Visual Studio 2005 (VS8) C++. Required to understand the C++ and the Microsoft MFC. Please build to make the application to understand the operation. This sample made with OpenCV2.1.0. Sentech GigE Vision Camera StGigE SDK 16/33 Sample Guide Rev.1.00...
"Device %i MAC Address: %s IP Address: %s \n", lDeviceInfo->GetMACAddress().GetUnicode(), lDeviceInfo->GetIPAddress().GetUnicode() return (BOOL)lResult.IsOK(); //IP Address, Subnet Mask and Default gateway can be changeable with the MAC Address information before Sentech GigE Vision Camera StGigE SDK 24/33 Sample Guide Rev.1.00...
Page 25
//lSubnetmask= "255.255.255.0"; (Changes to the specified Subnet Mask) //lGateway = "0.0.0.0"; (Changes to the specified Default Gateway Address) BOOL ChangeDeviceInformation(PvDeviceInfo *lDeviceInfo,PvString lIPAddress,PvString lSubnetmask,PvString lGateway ) PvDevice lDevice; PvResult lResult = lDevice.SetIPConfiguration(lDeviceInfo->GetMACAddress(),lIPAddress ,lSubnetmask ,lGateway ); return (BOOL)lResult.IsOK(); Sentech GigE Vision Camera StGigE SDK 25/33 Sample Guide Rev.1.00...
This sample shows how to use the serial communication between the camera and the PC. Communicates to the main FPGA of the camera when selects "PvIPEngineSerial0" for the port number. Sentech GigE cameras do NOT use "PvIPEngineSerial1". The following sample program shows how to sends 6Byte data then receives 4Byte data.
Need help?
Do you have a question about the GigE Vision and is the answer not in the manual?
Questions and answers