gst-rpicamsrc icon indicating copy to clipboard operation
gst-rpicamsrc copied to clipboard

GStreamer element for the Raspberry Pi camera module

Results 27 gst-rpicamsrc issues
Sort by recently updated
recently updated
newest added

After patching gst-rpicamsrc/debian/rules with || true so that the find|xargs doesn't fail, the following will produce an empty package: ``` cd gst-rpicamsrc dpkg-buildpackage cd ../ sudo dpkg -i gstreamer1.0-rpicamsrc_1.0.0_armhf.deb ```...

i have a problem with loading plugin instaled according to this instructions: http://rpiquadcopter.blogspot.com/

Does the element support a dynamic change of resolution without restarting the pipeline? I am trying by reconfiguring a capsfilter downstream, and by changing directly the sensor mode of the...

What kind of latency could one expect from this module from camera to display

One other project I’m following on Github is https://github.com/dickontoo/omxmotion. What it is doing is to re-implement camera interface with OMX, not mmal. The clou is that it accesses the motion...

With this pipeline the sink starts quite early on to drop buffers gst-launch-1.0 rpicamsrc preview=0 fullscreen=0 ! h264parse ! queue ! omxh264dec ! queue ! glimagesink Setting sync=0 on the...