SL_InputType Struct Reference

Structure defining the input type used in the ZED SDK. More...

Data Fields

enum SL_INPUT_TYPE input_type
 Current input type.
 
unsigned int serial_number
 Serial number of the camera.
 
unsigned int id
 Id of the camera.
 
char svo_input_filename [256]
 Path to the SVO file.
 
char stream_input_ip [128]
 IP address of the streaming camera.
 
unsigned short stream_input_port
 Port of the streaming camera.
 

Detailed Description

Structure defining the input type used in the ZED SDK.

It can be used to select a specific camera with an id or serial number, or from a SVO file.