-
Currently trying to develop a solution with a HDMI input board instead of a Raspberry Pi camera. The app keeps crashing after trying to close a failed `ofxRPiCameraVideoGrabber::setup()`. I spent some…
kr15h updated
7 years ago
-
**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_…
-
Make video available from the Raspberry Pi's video camera over RTSP ([more details](http://www.mybigideas.co.uk/RPi/RPiCamera/)):
```
raspivid -o - -w 640 -h 480 -t 9999999 | vlc -vvv stream:///dev/s…
-
Hi,
To record to a timelapse movie it would be nice to have Raspivid to handle -fps values smaller as 1.
.1 gives an error and 0.1 appears to be taken as zero.
If 0.1 was taken as one tenth and…
zanco updated
4 years ago
-
Hi, I am trying to use the camera to capture frames in a low light environment. The camera is a NoIR OV5647. The actual maximum value of exposure_time_absolute=10000 is not enough to get a good image.…
-
Could you please give me a clearer overview of how the training data was collected?
A brief run down of your tech stack for streaming and the Python files which were would greatly help.
I am curren…
-
When booting a Raspberry Pi 3 Model B+ via TFTP/NFS (no SD card), there seems to be an issue with the official V4L2 driver. When trying to access `/dev/video0`, the entire Pi locks up.
I have the f…
-
Hi;
I am streaming on Raspberry Pi 3 using GStreamer. This is my pipeline:
`raspivid -t 999999 -h 240 -w 320 -fps 10 -hf -b 2000000 -o - | gst-launch-1.0 -v fdsrc ! h264parse ! rtph264pay confi…
-
my email:
Hello,
I wanted to thank you for sharing h264-live-player. I have just started playing with a camera I got for my remote controlled raspberry-pi car - my weekend toy project.
Running …
-
Hi Roman,
I have been working with the latest gstreamer 1.0 compiled for the Pi to use the hardware capabilities. After 3 long nights I finally got a pipe to work for gstreamer and nginx-rtmp.
The …