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

Refactor `Picam.FakeCamera` so it's less effort to maintain API compatibility #26

Open GregMefford opened 6 years ago

GregMefford commented 6 years ago

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 to shave off as much file size as possible (even though they're already not huge).