[0/2] libcamera: Two simple fixes
mbox series

Message ID 20240418074945.47349-1-umang.jain@ideasonboard.com
Headers show
Series
  • libcamera: Two simple fixes
Related show

Message

Umang Jain April 18, 2024, 7:49 a.m. UTC
Two really simple fixes.

First one is rkisp1 pipeline handler improvement, to use cached Request
pointer. This will reduce a recurring function call. 

Second one is spell error fix.

Umang Jain (2):
  pipeline: rkisp1: Use cached Request pointer
  libcamera: Fix output spelling error

 include/libcamera/internal/converter/converter_v4l2_m2m.h | 2 +-
 src/libcamera/pipeline/rkisp1/rkisp1.cpp                  | 2 +-
 utils/raspberrypi/ctt/ctt.py                              | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)