class IntrinsicProfileIdentifier

August 13, 2019 ยท View on GitHub

Member values

Member nameData typeDescription
sensoruint32Sensor
resolutionuint32Resolution

Member functions

Function nameReturn typeInput typeDescription
sensor() constuint32voidReturns the current value of sensor. If the sensor is not set, returns 0.
set_sensor()voiduint32Sets the value of sensor. After calling this, sensor() will return value.
clear_sensor()voidvoidClears the value of sensor. After calling this, sensor() will return the empty string/empty bytes.
resolution() constuint32voidReturns the current value of resolution. If the resolution is not set, returns 0.
set_resolution()voiduint32Sets the value of resolution. After calling this, resolution() will return value.
clear_resolution()voidvoidClears the value of resolution. After calling this, resolution() will return the empty string/empty bytes.

Parent topic: VisionConfig (C++)