#22 Fix rounding not happening
This commit is contained in:
@@ -24,7 +24,7 @@ Specifies the camera type (`picam` interface implementation) to use.
|
||||
### `capture_resolution`
|
||||
Specifies the resolution of the photos to take.
|
||||
|
||||
For picam1 implementation (and maybe more!), the X value will be rounded up to a multiple of 32, and the Y value to a multiple of 16, otherwise we'll get bugs due to the behaviour described in the [docs](https://picamera.readthedocs.io/en/release-1.13/recipes2.html#unencoded-image-capture-yuv-format)
|
||||
The X value will be rounded up to a multiple of 32, and the Y value to a multiple of 16, otherwise we'll get bugs due to the behaviour described in the [docs](https://picamera.readthedocs.io/en/release-1.13/recipes2.html#unencoded-image-capture-yuv-format)
|
||||
|
||||
|
||||
### `preview_resolution`
|
||||
|
||||
Reference in New Issue
Block a user