FPV Goggles subtitle entry parser

[apis/dji/utils/FPV Goggles subtitle entry parser]


Parses a single SRT entry from the OSD data recorded by the DJI FVP Goggles.


Keywords: dji, fpv, srt, osd, goggles, subtitles

Input ports

  • subtitle:

    {"position": string, "start": string, "end": string, "subtitle": string}

Output ports

  • OSD sample:

    {
      "signal": string,
      "ch": string,
      "flightTime": string,
      "uavBat": string,
      "glsBat": string,
      "uavBatCells": string,
      "glsBatCells": string,
      "delay": string,
      "bitrate": string,
      "rcSignal": string
    }

Last updated