Structure defining the input type used in the ZED SDK. More...
Functions | |
readonly INPUT_TYPE | GetType () |
Returns the current input type. More... | |
Attributes | |
uint | serialNumber |
Serial number of the camera. More... | |
uint | id |
Id of the camera. More... | |
char[] | svoInputFilename |
Path to the SVO file. More... | |
char[] | streamInputIp |
IP address of the streaming camera. More... | |
ushort | streamInputPort |
Port of the streaming camera. More... | |
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.
|
inline |
Returns the current input type.
uint serialNumber |
Serial number of the camera.
uint id |
Id of the camera.
char [] svoInputFilename |
Path to the SVO file.
char [] streamInputIp |
IP address of the streaming camera.
ushort streamInputPort |
Port of the streaming camera.