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. More...
Functions | |
| InputType () | |
| InputType (const InputType &type) | |
| void | setFromCameraID (unsigned int id) |
| void | setFromSerialNumber (unsigned int serial_number) |
| void | setFromSVOFile (sl::String svo_input_filename) |
| void | setFromStream (sl::String senderIP, unsigned short port=30000) |
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.
| InputType | ( | ) |
Default constructor
| void setFromCameraID | ( | unsigned int | id | ) |
Set the input as the camera with specified id
| void setFromSerialNumber | ( | unsigned int | serial_number | ) |
Set the input as the camera with specified serial number
| void setFromSVOFile | ( | sl::String | svo_input_filename | ) |
Set the input as the svo specified with the filename
| void setFromStream | ( | sl::String | senderIP, |
| unsigned short | port = 30000 |
||
| ) |
Set the input as the stream defined by the IP and the port of the sending device