9/33
Sentech GigE Vision Camera StGigE SDK
Sample Guide Rev.1.00
1.9 PvMulticastMasterSample
This sample shows how to use the PvDevice class, to control the malticast master.
Once the camera is connected to the PC as the master, use the other PCs as slave PC with Multicasting Slave
Sample (PvMulticastSlaveSample).
IGMP (Internet Group Management Protocol) supported Ethernet switch is required for the multicast system.
1) Introduction
This sample shows how to:
Connects the camera with the PvDevice class.
Configures the camera for the multicasting with the PvDevice class.
Starts streaming with the PvDevice class.
Stop streaming with the PvDevice 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 PvMulticastMaster.cpp
The source code file for the sample program of how to use the PvDevice class.
Please check the comments in this source code for the information, which is how to use this class.
1.10 PvMulticastSlaveSample
This sample shows how to use the PvPipeline class, to use the multicast slave.
Please connects the camera as the multicast master with the multicasting master sample (PvMulticastSample) before
use this sample.
IGMP (Internet Group Management Protocol) supported Ethernet switch is required for the multicast system.
1) Introduction
This sample shows how to:
Opens the stream to the multicast group.
Obtains the image.
CANNOT control the camera when connect as the multicast slave.
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 PvMulticastSlave.cpp
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.