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

I would like to use rpicamsrc with different sensor-mode using an HQ sensor. `gst-launch-1.0 -e rpicamsrc preview=1 ! 'video/x-h264,profile=high, width=1920, height=1080, framerate=30/1' ! h264parse ! splitmuxsink ...` works great. However...

I get this when restarting a RTSP steam (using https://github.com/GStreamer/gst-rtsp-server.git). How can I enable logging to root cause the failure?

Hi, on a Raspberry Pi 4B running Ubuntu Mate 20.04 64 bit I am getting the following error when trying to run `gst-launch-1.0 rpicamsrc bitrate=1000000 ! filesink location=test.h264` ``` Setting...

Hi, I'm having a hard time getting the camera to use a different sensor mode. The camera seems to be switching mode but always returning image with resolution 1920x1080, regardless...

Sorry to post this here. No way of reaching the user @Consti10 directly that made a fork that probably will make a merge request (looking forward to that). There is...

I'm trying to enable orientation on the pipeline using a pi 3 on raspbian stretch. My stream seems to work when using: `gst-launch-1.0 -v rpicamsrc name=src preview=0 exposure-mode=night fullscreen=0 bitrate=1000000...

Hi, To monitor experiments in our lab I've several cameras streaming live video to a server. When given the order these streams are recoded on the server. This strains the...

RPI OS is Xenial 16.04, distribution https://downloads.ubiquityrobotics.com/pi.html Build and install fine: ``` gst-inspect-1.0 | grep rpicamsrc rpicamsrc: rpicamsrc: Raspberry Pi Camera Source rpicamsrc: rpicamsrcdeviceprovider (GstDeviceProviderFactory) ``` At runtime: ``` ubuntu@ubiquityrobot:~/gst-rtsp-server-1.8.3/examples$...

This mode should be used for NoIR cameras in conjunction with the new RPi AWB algorithm. See [raspberrypi/firmware#1167](https://github.com/raspberrypi/firmware/issues/1167) for further details.