rodizio1 / EZ-WifiBroadcast

Affordable Digital HD Video Transmission made easy!
GNU General Public License v2.0
816 stars 200 forks source link

Problem with OSD #192

Open JRicardoPC opened 5 years ago

JRicardoPC commented 5 years ago

Hello, it's me again xD Now I am trying to insert my telemetry data in the OSD, but I have a problem with this, I create a correct mavlink message with pymavlink, and in the TX, I see that the msg is received and sent but in the OSD it is not received.

rodizio1 commented 5 years ago

Not sure if you made progress in the meantime, could be many different things. If you're sure that the messages acutally reach the OSD code, the only thing that I can think of is you're creating messages with a different Mavlink version or dialect/flavour which are not compatible with the mavlink libs used in the OSD (from mavlink.org, see the mavlink sub folder in the /root/wifibroadcast_osd/ folder).