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

Can't resize image to 250x250 #29

Closed electricshaman closed 5 years ago

electricshaman commented 6 years ago

The port crashes when you try to set the image size to 250x250.

GregMefford commented 5 years ago

This is working now as of 0.4.0 because I fixed a few "rounding error" type things as part of #41, specifically by using the VCOS_ALIGN_UP function to make sure the sizes are aligned to valid numbers.