elixir-vision / picam

Elixir library used to capture MJPEG video on a Raspberry Pi using the camera module.
Other
122 stars 27 forks source link

Investigate enabling zero-copy internally #20

Open fhunleth opened 6 years ago

fhunleth commented 6 years ago

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.