Neiron wrote:
Raspberry Pi + rasbian + ofxOMXPlayer
Manual exec "make run" is good, CPU load ~27-36%
But if you use
Autostart exec for crontab or use any other method of startup@reboot /usr/bin/startvideo
cat /usr/bin/startvideo
#!/bin/bash cd /home/pi/openFrameworks/addons/ofxOMXPlayer/example-playlist/ make run
Result: CPU load ~97-99%
In main.ccp use code:
ofSetFrameRate(60); ofSetVerticalSync(true);
Posts: 2
Participants: 1