openFrameworks-RaspberryPi / openFrameworks

This repo has migrated into the openFramworks core! Please go to http://github.com/openFrameworks/openFrameworks for the latest!
http://github.com/openFrameworks/openFrameworks
Other
104 stars 11 forks source link

videoGrabber.videoSettings() dosen't works in PandaboardES #81

Closed kalwalt closed 11 years ago

kalwalt commented 11 years ago

try the videoGrabberExample with OF_FULLSCREEN enabled in main.cpp, press the key 's' . any windows will be displayed. Nor pressing the Alt-tab key combination.

arturoc commented 11 years ago

videoSettings doesn't work in linux since there's no OS dialog for this, the best way to adjust settings in linux is using ofxV4L2Settings. i'm closing this since it won't have a fix

kalwalt commented 11 years ago

ok @arturoc never knew that in linux videoSettings() dosen't work! thanks for the info!

arturoc commented 11 years ago

:) np

bakercp commented 11 years ago

also -- i'm not sure how it is on the x11/pandaboard side, but keyboard input is still not implemented on the Raspberry Pi, so pressing keys won't do anything yet. It will be working soon though!

kalwalt commented 11 years ago

it is not so problematic . better to have some insight on fullscreen issue that i posted.