Installation guide to Ubuntu 18
Great initiative on this :-)
I'm just trying your code out on my Ubuntu workstation.
Prerequisites before trying to run/install for me were:
sudo apt-get install libavcodec-dev libavformat-dev libxcursor-dev libxrandr-dev libglfw3-dev libxinerama-dev libxi-dev
Might be good to write in the README just to make it even easier to install.
/Daniel
Hi Daniel!
I have updated the README with your suggestions.
Life is a little busy for me lately so I'm unable to spend much time on the project but if you'd like to contribute code or make your own version of the software you are very much welcome!
For example, I think that the H264 NALs that belong to the drone video source are fed too early to the decoder. Perhaps the code should wait for an SPS NAL frame to arrive then begin decoding the stream.
Gabriel