You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To de-conflict between camera intrinsic values for drones which report the same make/model identifier for both their color and thermal camera, OpenAthena selects the intrinsic value of the nearest resolution width.
This causes an issue however when a scaled-down color image has a closer pixel width in linear terms to the thermal camera rather than the color one. This can cause angle calculations to be incorrect for the user's selected point.
Same issue as in the Android version:
To de-conflict between camera intrinsic values for drones which report the same make/model identifier for both their color and thermal camera, OpenAthena selects the intrinsic value of the nearest resolution width.
This causes an issue however when a scaled-down color image has a closer pixel width in linear terms to the thermal camera rather than the color one. This can cause angle calculations to be incorrect for the user's selected point.
See the following for more details:
Theta-Limited/OpenAthenaAndroid#130
The text was updated successfully, but these errors were encountered: