-
Hi,
I just found an issue using vcgencmd node module if using at the same time raspivid (or any kind of access to the camera; I had the same problem with mjpg_streamer).
So if you launch raspivid in …
-
Can I use this on a RPI CM4 with two RPI Camera 3 wide noir with 1280x720, fps=60-90?
I am building an uav with this setup to do simple object tracking. I am also thinking of using vl53l0x sensor for…
-
So I installed node and npm.
Then I installed raspivid and fs through npm.
When I run the example I get the following error:
> child_process.js:921
> throw new TypeError('Incorrect value for …
-
This may not be feasible to fix from the omxplayer side, but with a video consisting of raw mjpeg frames (such as what raspivid outputs), omxplayer doesn't know the length and therefore can't seek pas…
-
Hiya,
Sorry to be a bother. I have switched to the firmware driver to test raspivid piping to a test app based upon the liveMedia 555 libraries which seems to work ok for about 12hours before keeli…
-
As you probably know, the bitrate of the h264 stream is not 100% constant, even when setting a fixed bitrate. Depending on the environment and lighting, I found that sometimes, bitrate can go about 50…
-
Hello,
is there a chance to get access to camera parameters like with raspivid , at least basic functions like rotating cameras?
Kind regards Johannes
-
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 preview=false !video/…
ihora updated
5 years ago
-
I want to suggest to make raspivid work without a keyboard as a "stand alone videocamera". Therefore it should be made possible to connect a switch/button to one of the input pins which toggles betwee…
lenzp updated
5 years ago
-
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=9…