How can DJICameraLaserMeasureInformation of Zenmuse H20/H20T be used in iOS?

163 Views Asked by At

How can I obtain a DJICameraLaserMeasureInformation value in my app code?

1

There are 1 best solutions below

0
On BEST ANSWER

Found it: there's a DJILensDelegate method (in DJILens.h):

 - (void)lens:(DJILens *_Nonnull)lens
         didUpdateLaserMeasureInformation:(DJICameraLaserMeasureInformation *)information;