picam
picam copied to clipboard
Elixir library used to capture MJPEG video on a Raspberry Pi using the camera module.
A side effect of encoding video is calculating motion vectors in hardware. It would be nice to get the motion vectors in Elixir to support things like simple motion detection...
Hi, Thank you for such a great package. I wonder if that's possible to add support for PI4 and their new HQ camera? Thank you, Pavel.
This library works great when using very low quality settings but as soon as as I set jpeg quality over like 30 or 40 I get timeouts. This is for...
It would be great to be able to configure multiple outputs with different resolution and color space. For example in my https://github.com/GregMefford/omni_eye training project, we use the Picam video to...
MMAL supports annotating videos with arbitrary overlaid text. It would be really nice if we could set this from Elixir.
As I was working on my training materials for LoneStar, I really wanted to have a way that I could ask the camera what its current configuration is, so I...
Ideally, we wouldn't have to duplicate so much code between the fake version and the real version. It would also be great to optimize the fake images that are included...
See https://github.com/raspberrypi/userland/commit/eb006e5c3cba39c1f1df983d5ce3aa837ae95a26. It's unclear whether this is a gain for us, but the call is so trivially simple that it seems worth a try.
50 Hz and 60 Hz flicker filtering is now available. See https://github.com/raspberrypi/userland/commit/771a9aa7155442615bbe4cd6cf87b29b90cd228a for the options and #defines for adding.