InputType Struct Reference

Structure defining the input type used in the ZED SDK. More...

Attributes

INPUT_TYPE inputType
 Current input type. More...
 
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.

Variables

◆ inputType

INPUT_TYPE inputType

Current input type.

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