How can I obtain a DJICameraLaserMeasureInformation value in my app code?
Found it: there's a DJILensDelegate
method (in DJILens.h):
- (void)lens:(DJILens *_Nonnull)lens
didUpdateLaserMeasureInformation:(DJICameraLaserMeasureInformation *)information;