-
Cześć,
Mam plan zrobić serwer na Raspberry Pi, ktory bedzie strumieniował obraz wideo do innej aplikacji napisanej w Java Swing. Masz jakis pomysł jak to najlepiej zrobic, aby móc wybierac dwie opcje:…
-
Hi, I have successfully run picam many times before without any errors, but this time when I tried to record from my raspberry pi camera, picam crashed. Maybe it is hardware related? Anyhow here is so…
-
My application uses MMAL_PARAMETER_VIDEO_REQUEST_I_FRAME to request output file splits. If the encoder's output callback is being slow (contention for file I/O) these requests can get dropped and I d…
malc0 updated
9 years ago
-
I just compiled _rpicamsrc_ on RPi B+ running Arch and I get the following error when I try to use the _rpicamsrc_ element in a gstreamer pipeline:
> mmal: mmal_component_create_core: could not find …
mrtig updated
9 years ago
-
Under particular circumstances, files saved from the h264 encoder's output do not decode cleanly using FFmpeg. A typical FFmpeg message for these frames would be
```
[h264 @ 0xf491a0] error while de…
malc0 updated
9 years ago
-
$ /usr/bin/raspistill -o ~/cam.jpg -v
raspistill Camera App v1.2
Width 2592, Height 1944, quality 85, filename /home/pi/cam.jpg
Time delay 5000, Raw no
Thumbnail enabled Yes, width 64, height 48, qu…
-
Hi,
I was investigating https://github.com/thaytan/gst-rpicamsrc/issues/22 in gst-rpicamsrc (which is Raspivid turned into a GStreamer source element), in which using intra-refresh modes was causing …
-
Hi there,
thanks for all the great work you put into picam and for making it avaliable, it's an incredible headstart for a project I'm working on.
I'm using a p2 (not overclocked) and a linux deskto…
-
Do some research about streaming video from raspberry Pi using WiFi for the streaming video from the robot
-
Would be good to have Circular buffer built in to raspimjpeg. So continuously recording to buffer when motion detection active. Start trigger records to file. Stop trigger prepends the buffer and clos…