Overview of ZED Video Streaming samples
masterThe ZED SDK provides capabilities to create video streams from a ZED camera that can be read by remote applications for viewing or processing. The repository includes three primary sample implementations:
- ZED Stream Single Sender: Establishes a network connection with a single camera, encodes the live video stream, and transmits it to a remote client. This is suitable for remote video capture, computer vision, or teleoperation.
- ZED Stream Multiple Sender: Enables multiple cameras to run in their own threads, each encoding and transmitting its own live video stream to a remote client.
- ZED Stream Receiver: Provides the logic to receive and decode video data sent from a remote ZED stream.