Set angle of MEMS mirrors. It returns when MEMS mirror finishes targeting. This method is synchronous.
- Return value:
truewhen setting angle successfully,falsewhen timeout occured or otherwise. x: Radian angle in x axis.y: Radian angle in y axis.timeout: timeout in microseconds.
Return current angle of MEMS mirrors. This method synchronous.
- Return value:
truewhen getting angle successfully,falseotherwise. x: Radian angle in x axis.y: Radian angle in y axis.
Measure distance using laser and TOF sensor. This method is synchronous.
- Return value:
truewhen getting distance successfully,falseotherwise. distance: Distance in metersvariance: Variance of measurement. It is optional.