[libcamera-devel,v3,0/2] Fix colour spaces on Raspberry Pi
mbox series

Message ID 20230112121044.28003-1-david.plowman@raspberrypi.com
Headers show
Series
  • Fix colour spaces on Raspberry Pi
Related show

Message

David Plowman Jan. 12, 2023, 12:10 p.m. UTC
Hi

Version 3 addresses a suggestion made by Naush, though more
importantly applies it to the isYuv function rather than the isRgb
one. I had mistakenly thought that it was isRgb that was
problematic, whereas in fact isYuv is the one you have to be more
careful of!

But apart from that there are no other changes.

Thanks
David

David Plowman (2):
  libcamera: camera: fix validateColorSpaces to choose the correct
    "main" colour space
  pipeline: raspberrypi: Fix handling of colour spaces

 src/libcamera/camera.cpp                      |  6 +-
 .../pipeline/raspberrypi/raspberrypi.cpp      | 99 ++++++++++++++++++-
 2 files changed, 102 insertions(+), 3 deletions(-)