-
## Summary
Add one more example with [raspivid](https://www.raspberrypi.org/documentation/usage/camera/raspicam/raspivid.md) support instead of `gstreamer` to provide hardware encoding for Raspberr…
-
I wanna stream from raspivid to another RPI with omxplayer installed.
omxplayer just show a black screen (-b option) and the video occurs only for a short moment, after the sender has closed the st…
-
I'm trying to play the live output of raspivid in omxplayer. The following:
```
mkfifo test
raspivid -w 1280 -h 720 -t 0 -o - > test &
omxplayer test
```
does not work because omxplayer seems to…
-
add logic for adding sound from a ALSA device to the recorded video.
add another -3d mode pip (picture in picture)
-
Hi,
i'm using the astroberry image (2.04) on a PI3
the HQ pi cam is properly installed and i'm able to control the camera using raspivid, that's ok.
i apt-get installed the indi-rpicam driver v…
-
**Describe the bug**
The tool raspivid hangs when capturing raw frames to any output. Running with preview only does not hang. Also, writing compressed output does not result in a hang.
**To repro…
-
I am using a Raspberry Pi with lite OS without running X. It would be very nice if the camera output is also shown on the HDMI output of the Raspberry Pi during IP streaming. The tool raspivid seems t…
-
I have used a script for several years now that runs raspivid with `-sg 60000` to create minute-long segments for the recording. Now I have updated the system (raspbian) on this pi and I have raspivid…
-
Refreshing the page returns `Failure 70` out-of-the-box. The same is true for a new tab or a different device = concurrent viewing of the same stream doesn't work. After some tweaking, I was able to a…
-
Hi,
Just wondering how to stop the camera after stream is closed please?
I have following code like this
var raspividStream = require('raspivid-stream')
var stream = raspividStream({
…