class ManualFocus

August 13, 2019 ยท View on GitHub

Member values

Member nameData typeDescription
valueuint32Abstract value allowing to change the focus distance, between 0 (infinity) and 1023 (close plane)

Member functions

Function nameReturn typeInput typeDescription
value()uint32voidReturns the current value of value. If the value is not set, returns 0.
set_value()voiduint32Sets the value of value. After calling this, value() will return value.
clear_value()voidvoidClears the value of value. After calling this, value() will return 0.

Parent topic: VisionConfig (C++)