Hello Tello Pilot!
Join our DJI Tello community & remove this banner.
Sign up

Recent content by SirHappi

  1. S

    Generating video from hex string/frame - video decoding

    Hi Hacky, apologies for the late reply. The final objective for this project of mine is to get a live video stream working via Rust. And I completely understand that the implementation would be easier if it were done via Python, but implementing via Rust will have its own set of challenges and...
  2. S

    Generating video from hex string/frame - video decoding

    Thats interesting, but if the .txt file would be interpreted as us wanted to text images, then I believe I'll need to look into what other formats ffmpeg accepts. I have gone through this site, but this yet begs another question as to how I can generate even an image with that hex I have. The...
  3. S

    Generating video from hex string/frame - video decoding

    Hi all, I wanted to make this post because I've been trying to implement the video live-streaming in Rust and have been running into some problem. The problem more so is not particularly with Rust, but rather with the library that I am trying to use: ffmpeg. More specifically, I am able to...