Defines the input type used in the ZED SDK. More...
Functions | |
def | set_from_camera_id (self, uint id) |
Set the input as the camera with specified id. More... | |
def | set_from_serial_number (self, uint serial_number) |
Set the input as the camera with specified serial number. More... | |
def | set_from_svo_file (self, str svo_input_filename) |
Set the input as the svo specified with the filename. More... | |
def | set_from_stream (self, str sender_ip, port=30000) |
Set the input to stream with the specified ip and port. More... | |
Defines the input type used in the ZED SDK.
Can be used to select a specific camera with ID or serial number, or a svo file.
def set_from_camera_id | ( | self, | |
uint | id | ||
) |
Set the input as the camera with specified id.
id | : The desired camera ID |
def set_from_serial_number | ( | self, | |
uint | serial_number | ||
) |
Set the input as the camera with specified serial number.
serial_number | : The desired camera serial_number |
def set_from_svo_file | ( | self, | |
str | svo_input_filename | ||
) |
Set the input as the svo specified with the filename.
svo_input_filename | : The path to the desired SVO file |
def set_from_stream | ( | self, | |
str | sender_ip, | ||
port = 30000 |
|||
) |
Set the input to stream with the specified ip and port.
sender_ip | : The IP address of the streaming sender |
port | : The port on which to listen. Default: 30000 |