Closed gameblabla closed 3 years ago
Hi, the app uses https://github.com/jvcleave/ofxOMXCamera (ofxOMXVideoGrabber) to control the Raspberry Pi camera module only. It won't work with USB cameras, only camera modules connected to the Raspi's CSI interface may work. I only tested with the Raspberry Pi camera module v2.
I also uploaded a Raspbian image here https://www.oliver-mayer.com/files/f1uxu5-1.0.zip (you can find it at https://www.oliver-mayer.com/work_f1uxu5.html) It sets up and starts everything you need at startup to instanly use the system (wifi host, webserver for webUI, lightpainting app). Of course using the Raspi camera module.
Hey, thanks ! That's actually the firmware i've been using. Sadly i don't have the raspbi camera (and the whole point was to also have better image quality over the pi camera also : P)... Kind of a shame actually, i guess this may have to be implemented with ffmpeg at some later point. Another guy told me it didn't work at all on the pi4 (it does boot on my pi3), i assume this wasn't tested on the pi4 either ?
Of course for the latter, i could spin my own build if needed...
I wanted to develop a cheap system that you can just install at festivals or exhibitions and don't have to worry about expensive hardware like GoPros. That's why I used the camera module. It uses a different interface than USB cameras, but is highly integrated and thus has good performance on the Raspi compared to other cameras if I remember correctly.
I was already told that it does not work on RPi4. That's because the image uses an older Raspbian version that does not work with RPi4. The project is from before RPi4 and I did not have the time yet to bring it to RPi4. Please go ahead and do it if you like. Maybe I can support but do not have the time to do it right now.
Hey, wanted to give this a try with a Gopro i borrowed and it seems that no matter if it's plugged in or not, i can't even start up the app. (not to mention the documentation does not even talk about the fact you have to run it i believe)
I'm utterly confused as to get this to work : is the app running in the background already? Because if that's the case, then how am i supposed to get the final video output ? (not to mention that ffmpeg, fswebcam... isn't provided on the firmware image)
The README and https://www.oliver-mayer.com/work_f1uxu5.html tells you how to configure it (and i was able to get the web ui working) but not how to actually run it on the Pi 3B. Does this only work on the pi camera ? To me, there's no reason it wouldn't work on an external camera but i could be wrong.