Skip to content

Commit

Permalink
Allow R16 raw format for Pi 5
Browse files Browse the repository at this point in the history
Signed-off-by: David Plowman <[email protected]>
  • Loading branch information
davidplowman committed Apr 16, 2024
1 parent 81728a7 commit 87e155c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion picamera2/formats.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"BGGR16_PISP_COMP1", "GBRG16_PISP_COMP1", "GRBG16_PISP_COMP1", "RGGB16_PISP_COMP1",
"SBGGR16", "SGBRG16", "SGRBG16", "SRGGB16", }

MONO_FORMATS = {"R8", "R10", "R12", "R8_CSI2P", "R10_CSI2P", "R12_CSI2P"}
MONO_FORMATS = {"R8", "R10", "R12", "R16", "R8_CSI2P", "R10_CSI2P", "R12_CSI2P"}

ALL_FORMATS = YUV_FORMATS | RGB_FORMATS | BAYER_FORMATS | MONO_FORMATS

Expand Down

0 comments on commit 87e155c

Please sign in to comment.