MSDK does not support getting the thermal measurement data with M2ED, it only supports measuring thermal temperautre on live preview.
- camera(2).setThermalMeasurementMode set the mode as spoint measurement or area measurement.
- Spot measurement, call camera(2).setThermalSpotMeteringTargetPoint to measure the thermal temperature on spot, you can call camera(2).setThermalTemperatureCallback to register a callack for spot temperature measurement.
- Area measurement, call camera(2).setThermalMeteringArea to measure the thermal temperature on area, you can cal lcamera(2).setThermalAreaTemperatureAggregationsCallback to register a callack for area temperature measurement.
Note: H20T and M2EA need to use Lens class.
Comments
0 comments
Please sign in to leave a comment.