Search found 3 matches
- Fri Dec 13, 2019 10:47 pm
- Forum: C/C++
- Topic: Best framework for maximum video performance?
- Replies: 5
- Views: 1018
Re: Best framework for maximum video performance?
P..S: Ooops, you want playback, please look into /opt/vc/src/hello_pi/hello_video directory: Thank you! Now this is what I've been looking for. I actually cannot believe I have not stumbled across this after all the paths I've been down. Now, on to figure out multi-threading on the Pi (maybe pthrea...
- Mon Dec 09, 2019 8:40 pm
- Forum: C/C++
- Topic: Best framework for maximum video performance?
- Replies: 5
- Views: 1018
Re: Best framework for maximum video performance?
My question is which framework to use in order to have low level control over video playback from C or C++.
I need "next frame" accuracy, so when I get the signal to swap video - it should be ready next frame.
I need "next frame" accuracy, so when I get the signal to swap video - it should be ready next frame.
- Mon Dec 02, 2019 1:01 am
- Forum: C/C++
- Topic: Best framework for maximum video performance?
- Replies: 5
- Views: 1018
Best framework for maximum video performance?
Hello everyone! My first post on here :D I've been playing with a side project on and off and I've been struggeling to get my RPi to play 1080p videos, or rather - to minimize latency between swapping videos. The end goal is to be able to play videos in sync with music through DMX (I will open sourc...