Skip to content

Commit 567362e

Browse files
reiner-dolplurch
authored andcommitted
raspiyuv: padding 16 -> padding 32; see issue raspberrypi/userland#329 (raspberrypi#411)
1 parent bfb52f8 commit 567362e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

raspbian/applications/camera.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ Extra Options :
477477
```
478478
This option forces the image to be saved as RGB data with 8 bits per channel, rather than YUV420.
479479
480-
Note that the image buffers saved in `raspistillyuv` are padded to a horizontal size divisible by 16 (so there may be unused bytes at the end of each line to make the width divisible by 16). Buffers are also padded vertically to be divisible by 16, and in the YUV mode, each plane of Y,U,V is padded in this way.
480+
Note that the image buffers saved in `raspistillyuv` are padded to a horizontal size divisible by 32 (so there may be unused bytes at the end of each line to make the width divisible by 32). Buffers are also padded vertically to be divisible by 16, and in the YUV mode, each plane of Y,U,V is padded in this way.
481481
482482
483483
### raspivid

0 commit comments

Comments
 (0)