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
@MarioFPVdev Here is a new feature from msposd, just a couple of days ago, which might need wfb support. I think this feature is a little bit late than your PR. Please check below info:
MSPOSD draws OSD on airunit doesn't need wfb support. And it has a ground OSD function, which was implemented days ago on x86.
I'm trying this on Jetson board(OpenIPC/msposd#17) now, but it needs time for configuration or some tuning later.
The msposd readme says:
This mode uses one MSPOSD running on the air unit, collecting MSP DisplayPort data, aggregating it and sending it via wfb_ng to the ground.
On the ground another instance of MSPOSD renders these data and overlays it on the screen.
Tested on x86 Ubuntu 6.5.0.28
On the cam msposd can be started like this to forward via port 14550 (default mavlink, should not be used)
msposd --channels 7 --master /dev/ttyS2 --baudrate 115200 --out 127.0.0.1:14550 --matrix 11 --ahi 3 -r 30
On the ground:
msposd --master 127.0.0.1:14550 --osd -r 50 --ahi 3 --matrix 11 -v
The text was updated successfully, but these errors were encountered:
GS-MSPOSD for x86 is not a new feature. We are aware of that and once we have MSPOSD running on our supported Groundstation platforms we will commit an update that will support it. We will update the community once it is done. Stay tuned.
@MarioFPVdev Here is a new feature from msposd, just a couple of days ago, which might need wfb support. I think this feature is a little bit late than your PR. Please check below info:
MSPOSD draws OSD on airunit doesn't need wfb support. And it has a ground OSD function, which was implemented days ago on x86.
I'm trying this on Jetson board(OpenIPC/msposd#17) now, but it needs time for configuration or some tuning later.
The msposd readme says:
The text was updated successfully, but these errors were encountered: