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

Hi, I have the below pipeline which results "Buffer has no PTS". I have seen that gst_pts is set in the code. please advise. ``` pi@jr-5453cc:~ $ gst-launch-1.0 -v rpicamsrc...

I have no problem streaming with one camera, using a command like: `gst-launch-1.0 -v rpicamsrc name=rpi0 bitrate=2000000 preview=0 hflip=1 vflip=1 camera-number=1 ! video/x-h264, width=896, height=900, framerate=40/1 ! h264parse ! queue...

Hi, 2 new options available in raspivid and not in rpicamsrc ``` -stm, --spstimings : Add in h.264 sps timings -sl, --slices : Horizontal slices per frame. Default 1 (off)...

Hi, I am trying to use this project to stream my rpi-camera to my browser using webrtc. Looking at the webrtc-unidirectional example I can see your pipeline looks like this:...

Hello, could anyone advice me how to stream FullHD stream over UDP from Raspicam V2? I am using following pipeline, but the video is always cropped and not FULLHD: rpicamsrc...

I am trying to build a video conferencing system with two Raspberry Pi 2 and rpicamsrc. I am able to stream with an acceptable delay but if the resolution is...

I had a v2 camera (unfortunately broken as of today), and was trying to capture at 1640x1232 at 40fps (mode 4). Unfortunately, rpicamsrc crashes with these settings with an mmal...

~~Attempting to mux the rpicamsrc video with audio and send over to a local RTMP server, although whenever audio is involved in the pipeline, it dies shortly after started (2-5m)....

Every time I run my pipeline, it goes for a while, and then eventually crashes with, "streaming stopped, reason error (-5)". I've seen this error mentioned in closed issues, but...