Is it possible to use the Raspberry camera in a headless application?
I tried using ofxOMXCamera addon but it seems that is uses textures so it is not possible to have the application run with no window. It compiles fine but crash when starting the app.
Does anyone know a way to do this?
I also found RaspiCam library and wondering if someone has a working example to have it work with OF.
@Meach, you can try to force hdmi output (without needing hdmi cable conected), editing the file config.txt, located at /boot/config.txt with this commands
Right, I understood the question wrong, I thought you wanted the Pi to run headless and not the app specifically. Yes, currently I don’t think it’s possible to run a headless app which requires textures via OF.
There would be hacky ways of doing it, but if you have a working solution already, it’s better to stick to that