-
Mistserver 3.1.
added a stream from local raspicam using
`h264-exec:raspivid -t 0 -pf high -lev 4.2 -g 10 -ih -qp 35 -o -`
Want to push the above stream as rtsp to another target server.
…
-
Hello,
Excellent project Picamera.
I need "Picamera" to use Both video and photo.
And I need a constant bitrate or I notice that the night bitrate collapses.
For example the day, the bitrate is st…
-
https://www.raspberrypi.org/documentation/usage/camera/raspicam/raspivid.md
https://stackoverflow.com/questions/45536620/opencv-raspberry-pi-3-video-play-c
https://www.raspberrypi.org/forums/viewtop…
-
Hello,
I am using the face_detection_raspivid.py, it seems to have the least load on the pi's cpu!
It all works out great, but since building a face tracking system, I realized that the len(faces)
…
-
**Describe the bug**
I tried to take a JPEG image on Pi Zero + Camera v1.3, but there are pixels wide stripe on the right side.
**To reproduce**
```bash
WIDTH=1280
HEIGHT=720
v4l2-ctl --set-fm…
-
It seems that RaspiVidYUV.cpp and RaspiStillYUV.cpp silenty ignore requests for stereoscopic output (-3d sbs, -3b tb) and instead only output image data from a single camera. This is probably because …
-
Would be great to make that raspivid doesn't stop when triggering -USR1 signal in circular buffer mode, only taking t seconds of video and write it into file video%04d.h264 or directly to stdout. It w…
-
Hi there, I recently got a very cool board for my Pi called PiCapture SD1 (by Lintest) which takes analogue composite video, s-video or RGB video inputs via the CSI port.
Happy to find that it work…
-
**Is your feature request related to a problem? Please describe.**
I'm using a RPI 3B with both a DSI screen and an HDMI screen, a DSLR and a pi camera 1.3. I would like to use the pi camera to displ…
-
**Describe the bug**
I was working with the RPi camera using picamera v1.13 and found the python doesn't return from stop_recording() sometimes. It is blocked in mmal_vc_sendwait_message() from mmal_…