Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HD OSD data not extending to right black region #3202

Closed
zachninan opened this issue Jan 3, 2023 · 10 comments
Closed

HD OSD data not extending to right black region #3202

zachninan opened this issue Jan 3, 2023 · 10 comments
Labels

Comments

@zachninan
Copy link

Describe the bug

Noticed the OSD data while in HD mode seems not to extend beyond the video region.
It is expected to move to the black region on the right side . The left side OSD data does move to the black vacant region .

Fix :
Now when we click on the preview pane a grid appears . This expends outside the OSD preview pane . Now we can move the right data which goes outside the preview pane . Now if we view in the goggles the data will appear in the right black region .

Hardware :
This was tested on the V2 goggles and caddx vista running WTFOS 0.9 .
BF Configurator version : 10.9.0 RC3

To Reproduce

Move OSD data to the right top / bottom corner with betaflight OSD tab within the preview pane .
Connect and view in the goggles .

Expected behavior

Data expected to move to the right black region within the goggles .

Configurator version

10.9.0 RC3

Flight controller configuration

# status
MCU F411 Clock=108MHz (PLLP-HSE), Vref=3.30V, Core temp=31degC
Stack size: 2048, Stack address: 0x2001fff0
Configuration: CONFIGURED, size: 3604, max available: 16384
Devices detected: SPI:1, I2C:0
Gyros detected: gyro 1 locked dma
GYRO=BMI270, ACC=BMI270
OSD: MSP (60 x 22)
BUILD KEY: 4.4.0-RC3/GEPRCF411/804a5c96e1553630a2a2aa58f5a424b1
System Uptime: 68 seconds, Current Time: 2023-01-03T06:15:14.407+00:00
CPU:45%, cycle time: 314, GYRO rate: 3184, RX rate: 15, System rate: 9
Voltage: 413 * 0.01V (1S battery - OK)
I2C Errors: 0
Arming disable flags: RXLOSS CLI MSP
# get osd
osd_units = METRIC
Allowed values: IMPERIAL, METRIC, BRITISH

osd_warn_bitmask = 8191
Allowed range: 0 - 4294967295

osd_rssi_alarm = 20
Allowed range: 0 - 100

osd_link_quality_alarm = 80
Allowed range: 0 - 100

osd_rssi_dbm_alarm = -60
Allowed range: -130 - 0

osd_rsnr_alarm = 4
Allowed range: -30 - 20

osd_cap_alarm = 2200
Allowed range: 0 - 20000

osd_alt_alarm = 100
Allowed range: 0 - 10000

osd_distance_alarm = 0
Allowed range: 0 - 65535

osd_esc_temp_alarm = 0
Allowed range: 0 - 255

osd_esc_rpm_alarm = -1
Allowed range: -1 - 32767

osd_esc_current_alarm = -1
Allowed range: -1 - 32767

osd_core_temp_alarm = 70
Allowed range: 0 - 255

osd_ah_max_pit = 20
Allowed range: 0 - 90

osd_ah_max_rol = 40
Allowed range: 0 - 90

osd_ah_invert = OFF
Allowed values: OFF, ON

osd_logo_on_arming = OFF
Allowed values: OFF, ON, FIRST_ARMING

osd_logo_on_arming_duration = 5
Allowed range: 5 - 50

osd_tim1 = 2560
Allowed range: 0 - 32767

osd_tim2 = 2561
Allowed range: 0 - 32767

osd_vbat_pos = 2497
Allowed range: 0 - 65535
Default value: 234

osd_rssi_pos = 234
Allowed range: 0 - 65535

osd_link_quality_pos = 3606
Allowed range: 0 - 65535
Default value: 234

osd_link_tx_power_pos = 234
Allowed range: 0 - 65535

osd_rssi_dbm_pos = 234
Allowed range: 0 - 65535

osd_rsnr_pos = 234
Allowed range: 0 - 65535

osd_tim_1_pos = 234
Allowed range: 0 - 65535

osd_tim_2_pos = 3574
Allowed range: 0 - 65535
Default value: 234

osd_remaining_time_estimate_pos = 234
Allowed range: 0 - 65535

osd_flymode_pos = 2433
Allowed range: 0 - 65535
Default value: 234

osd_anti_gravity_pos = 234
Allowed range: 0 - 65535

osd_g_force_pos = 234
Allowed range: 0 - 65535

Add any other context about the problem that you think might be relevant here

No response

@McGiverGim
Copy link
Member

McGiverGim commented Jan 3, 2023

Attaching some configurator screen always help. I think I have seen it at discord?

@zachninan
Copy link
Author

Attaching some configurator screen always help. I think I have seen it at discord?
IMG_2386

@zachninan
Copy link
Author

IMG_2385_nofix

@McGiverGim
Copy link
Member

Thanks! What is your screen resolution?

@zachninan
Copy link
Author

Thanks! What is your screen resolution?

1920 x 1080

benlumley added a commit to benlumley/betaflight-configurator that referenced this issue Jan 3, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Jan 3, 2023

Do you want to test this code? Here you have an automated build:
Betaflight-Configurator-Android
Betaflight-Configurator-Linux
Betaflight-Configurator-macOS
Betaflight-Configurator-Windows
WARNING: It may be unstable and result in corrupted configurations or data loss. Use only for testing!

@zachninan
Copy link
Author

zachninan commented Jan 3, 2023 via email

@McGiverGim
Copy link
Member

Yes, the builds for new PRs contains the standalone version too.

@zachninan
Copy link
Author

I used the standalone version and tested right away . Looks like now the grid does not go outside the preview pane. Seems to work right now .
Additionally i wanted to mention that while enabling OSD element such as the cross hair , Artificial horizon etc , it does not center them on the preview pane . It goes towards the left side . Please check this one also if it has a relation .
Appreciate the quick fix on this one .

@GootyS
Copy link

GootyS commented May 29, 2023

I have this issue as well, osd fits nice to the left but not on the right. In BF configurator 10.10.0 nightly build the OSD shows its fits as i want it to but in the goggles its all the way left but not on the right

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants