wtfos icon indicating copy to clipboard operation
wtfos copied to clipboard

Feature Request: Enable Audience mode regardless of 50Mbit/s mode

Open PhilippMolitor opened this issue 3 years ago • 3 comments

One of the most dreaded issues when flying in a group is being unable to join in with the audience mode when the goggle is still set to 50mbit/s mode. Connecting a quad usually is not a good idea as it will probably cost a pilot his signal.

I think it would probably be an easy patch to enable 25/50 mbit/s switching regardless of being connected to a vista/air unit. This way the patch could also just always allow audience mode and switch to 25mbit/s when selecting that.

PhilippMolitor avatar Jul 01 '22 11:07 PhilippMolitor

The algorithm to fix this.

`setprop dji.glasses_service 0

write 0x00 to address 0xc0 in /blackbox/glass_user_setting.dat

setprop dji.glasses_service 1`

and some logic when.

funneld avatar Jul 05 '22 17:07 funneld

If you want to test an early experimental version. Not sure it'll work on V2s. Hold down the "channel down" button for 8-10s to switch. https://github.com/funneld/djifpv_offline_audience_switcher/releases/tag/v0.0.2

funneld avatar Jul 07 '22 11:07 funneld

works great on V2!

NiklasVoigt avatar Jan 16 '23 08:01 NiklasVoigt