[libcamera-devel,0/2] RaspberryPi: Fixes for compliance
mbox series

Message ID 20210313102741.2890809-1-naush@raspberrypi.com
Headers show
Series
  • RaspberryPi: Fixes for compliance
Related show

Message

Naushir Patuck March 13, 2021, 10:27 a.m. UTC
Hi,

The following two patches fix issues that were spotted when running the lc-compliance
tool. Patch 1 fixes a warning where we try to open the embedded data node multiple
times.  Patch 2 fixes an issue where only a RAW stream is requested by the
application.  With these changes, there are no failures with the tool.

Thanks,
Naush

Naushir Patuck (2):
  pipeline: raspberrypi: Avoid multiple opens of Unicam embedded data
    node
  pipeline: raspberrypi: Use a default format for ISP::Output0

 .../pipeline/raspberrypi/raspberrypi.cpp      | 40 +++++++++++++++++--
 1 file changed, 37 insertions(+), 3 deletions(-)