InputType Struct Reference

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

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.

Functions

◆ GetType()

readonly INPUT_TYPE GetType ( )
inline

Returns the current input type.

Returns

Variables

◆ serialNumber

uint serialNumber

Serial number of the camera.

◆ id

uint id

Id of the camera.

◆ svoInputFilename

char [] svoInputFilename

Path to the SVO file.

◆ streamInputIp

char [] streamInputIp

IP address of the streaming camera.

◆ streamInputPort

ushort streamInputPort

Port of the streaming camera.