picam
picam copied to clipboard
Audio/video recorder for Raspberry Pi with language agnostic API
Hi, I use picam with rtsp-rtpm-server. A week ago I received following error for the first time: > Oct 24 19:17:02 raspberrypi picam[1147]: send video data: Connection reset by peer...
This is the command: `./picam -w 1920 -h 1080 -f 15 --alsadev plug:dmic_sv` Sometimes the resulting video has no issues and great sound quality, sometimes the microphone creates a very...
Hi, Thank you for great project. I just use picam and compare the delay when streaming over HLS and RTSP. I follow your guideline and enable both HLS and RTSP...
Hi there, I've been experiencing some stream freeze issues (on the client side at least), using both a web player and an app I've built (Android/Exoplayer). The picam log is...
Hi - thanks very much for picam, it's a great piece of software! I'm trying to use a `dsnoop` device in ALSA so that another application can access the microphone...
Hello, thank you for picam. I'd like to have picam running only when a movement is detected via the camera. So it can record video and sound when there is...
Hi, I am trying to use picam with the nginx-rtmp-module (i.e, [https://github.com/iizukanao/picam#using-picam-in-combination-with-nginx-rtmp-module](url) ). I want to make use of nginx-rtmp-module for its Nginx HTTP control module features (i.e, [https://github.com/arut/nginx-rtmp-module/wiki/Control-module](url)). As...
I'm testing picam right now and needed a quick way to start/stop recording without a terminal so I've created a quick&dirty http server to start/stop recording. If my tests are...