picam
picam copied to clipboard
Audio/video recorder for Raspberry Pi with language agnostic API
I upgraded my pi4 to Bullseye and now my V2 camera is recording almost unwatchable videos. See this example: https://youtu.be/jKHUdazLfBU?t=327 `~/picam/picam --alsadev hw:1,0 --fps 24 -v 1000000 -w 1640 -h...
Hi! Here's the command line from the service I setup: `ExecStart=/home/me/picam/picam --tcpout tcp://127.0.0.1:8181 --time --avcprofile high --autoex --alsadev hw:2,0` ```Aug 4 01:22:47 babypi kernel: [298876.908936] oom-kill:constraint=CONSTRAINT_NONE,nodemask=(null),cpuset=/,mems_allowed=0,global_oom,task_memcg=/,task=picam,pid=5655,uid=0 Aug 4 01:22:47 babypi...
With the release of picam 2.0, I have migrated to Bullseye and completed the upgrade to the new picam version. Unfortunately, I am having issues using HLS. 1. I have...
Hello again @iizukanao my fps problem still going on. When I read your usage guide again I saw your suggestion "You can take advantage of RAM drive `(/run/shm/)` and reduce...
Have you ever thought about adding a background color parameter to the text overlay? I use the overlays to display the score of a game. It would be nice to...
Hi all I have setup the picam as described and was able to run it on top of the node-rtsp server, so I get the image, I get the sound,...
I am about to give up. When running Picam manually subtitles works fine but after using init.d and a restart it does not work at all. I have tried all...
Hi, your picam looks very nice. Do you think it would be possible to change easly the input? Idea is not to use the Camera, using tvheadend would be nice...
To add subtitle I have proceeded as follows: Modify my `run_picam.sh`: ``` sudo bash /home/pi/make_dirs.sh sudo touch /home/pi/picam/hooks/subtitle sudo cat /home/pi/picam/sub > /home/pi/picam/hooks/subtitle sudo /home/pi/picam/picam -o /run/shm/hls --alsadev hw:1,0 ```...
I am getting this error on starting? ``` error while loading shared libraries: libGLESv2.so: cannot open shared object file: No such file or directory ```