Search code examples
dji-sdk

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


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


Solution

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

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