ofxOMXCamera
ofxOMXCamera copied to clipboard
OpenMax accelerated control of the Raspberry Pi Camera Module under openFrameworks
Hi All, pi3b (buster). Pi cam v2.1 Does the pixel data from RPiVideoGrabber.getPixels() get sent to the cpu or is it somehow gpu only. I am having no luck getting...
Hello Does ofxOMXCamera work with the RPI 3B+? Can anyone help and tell me what version of the OS, and Openframeworks they used. Im struggling to compile it Thanks
Hello. Is there a way how to set camera to directly produce YUV or just Luminance format? I just need to directly use ofPixels reference in OF_PIXEL_GRAY format for further...
I don't believe this addon (at least texture mode) is going to be ported to the RPI4 From [the RPI forums](https://www.raspberrypi.org/forums/viewtopic.php?t=250063) "If you mean OpenMAX egl_render component, it is not...
Hi, I want to test OF + Raspbian Rpi 3B with ofxOMXCamera, - simple example demo mode works for me - but the example-ofxCv compiled with errur like: " In...
hi, the files generated by VideoRecorders are formated as raw H264 NAL Units, so when they will be played back, they will be detected as streams. And so when looped,...
Hi, Are the discrete zoom levels steps required by omx ?(https://github.com/jvcleave/ofxOMXCamera/blob/7871b9c91a79771076d30c6610c774c9bcd1ac16/src/OMXCameraController.cpp#L3) if not could we think of a continuous mapping? I could PR this if so Thanks Martin