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
When the stream info changes (on receipt of VIDEO_STREAM_STATUS msg) the _ar property in FlightDisplayViewVideo.qml should be updated.
Current Behavior
On app start the _ar property is set to 1.77 (16:9), but because VideoManager::aspectRatioChanged is never triggered, _ar is never updated and so aspect ration calculations in FlightDisplayViewVideo.qml are wrong. I believe this only affects camera tracking functionality.
Steps to Reproduce:
This is not particularly straight forward issue to see without debugging. But if you have a Mavlink camera that can do tracking, you can do the following
Under general settings, set the Aspect Ratio to a unrealistic large wide video, eg 5
Restart QGC
Initialise the tracking outside of the image on the left (ie on the black bars)
Note the tracking box is then displayed well within the image (as the aspect ratio calcs are wrong)
System Information
When posting bug reports, include the following information
Operating System: Windows 11
QGC Version: 4.4.1
QGC build: Built from source, with custom firmware plugin
Flight Controller: PX4
Autopilot (with version): PX4 1.15.0 RC2
The text was updated successfully, but these errors were encountered:
Expected Behavior
When the stream info changes (on receipt of
VIDEO_STREAM_STATUS
msg) the_ar
property inFlightDisplayViewVideo.qml
should be updated.Current Behavior
On app start the
_ar
property is set to1.77 (16:9)
, but becauseVideoManager::aspectRatioChanged
is never triggered,_ar
is never updated and so aspect ration calculations inFlightDisplayViewVideo.qml
are wrong. I believe this only affects camera tracking functionality.Steps to Reproduce:
This is not particularly straight forward issue to see without debugging. But if you have a Mavlink camera that can do tracking, you can do the following
Aspect Ratio
to a unrealistic large wide video, eg5
System Information
When posting bug reports, include the following information
The text was updated successfully, but these errors were encountered: