InputType Class Reference

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...
 

Detailed Description

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.

Functions

◆ set_from_camera_id()

def set_from_camera_id (   self,
uint  id 
)

Set the input as the camera with specified id.

Parameters
id: The desired camera ID

◆ set_from_serial_number()

def set_from_serial_number (   self,
uint  serial_number 
)

Set the input as the camera with specified serial number.

Parameters
serial_number: The desired camera serial_number

◆ set_from_svo_file()

def set_from_svo_file (   self,
str  svo_input_filename 
)

Set the input as the svo specified with the filename.

Parameters
svo_input_filename: The path to the desired SVO file

◆ set_from_stream()

def set_from_stream (   self,
str  sender_ip,
  port = 30000 
)

Set the input to stream with the specified ip and port.

Parameters
sender_ip: The IP address of the streaming sender
port: The port on which to listen. Default: 30000