Introducing INAV/BetaFlight/ArdiPilot standard OSD for OpenIPC

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ต.ค. 2024

ความคิดเห็น • 8

  • @surjitsinghdeo6533
    @surjitsinghdeo6533 หลายเดือนก่อน

    Hi , so you are working on Ardupilot. That's really great. Do post more videos about the setups

  • @MikeCarr07
    @MikeCarr07 2 หลายเดือนก่อน +1

    WOW, I love it!!!! When will it be available?

  • @CosmicSlopVibrations
    @CosmicSlopVibrations 2 หลายเดือนก่อน

    Yay finally 🎉

  • @peteryoussef8263
    @peteryoussef8263 2 หลายเดือนก่อน

    Great 🎉🎉

  • @unixoid33
    @unixoid33 2 หลายเดือนก่อน +1

    The font looks a little blurry.
    It looks more organic on WTFOS. But well done anyway, some people probably like these fonts

  • @tymoteuszkazubski2755
    @tymoteuszkazubski2755 2 หลายเดือนก่อน

    How hard would it be to read MAVLink stream and render the HUD based on that instead of pretending to be an old analog OSD chip?

    • @tipoman9317
      @tipoman9317  2 หลายเดือนก่อน +1

      1. There is some information that is not exported via mavlink (sensor temp, wind direction, Rx SNR levels, PID values), that is available via MSP Display Port.
      2. Rendering is not that hard. More challenging is to create a good user-friendly configurator for that interface.

    • @tymoteuszkazubski2755
      @tymoteuszkazubski2755 2 หลายเดือนก่อน

      @@tipoman9317 fair point with configuration UI,
      PID values are available through param protocol, all of them instead of select ones like with MSP,
      Wind etc. are available, the only excption is custom temperature AFAIK. See SR parameters in Ardupilot