libcamera: Fix output spelling error
There are two places where "output" is spelled as "ouput". Fix it. Signed-off-by: Umang Jain <umang.jain@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
parent
ae0752ba04
commit
503c3a838a
2 changed files with 2 additions and 2 deletions
|
@ -350,7 +350,7 @@ class Camera:
|
|||
alsc_out = alsc_all(self, do_alsc_colour, plot)
|
||||
cal_cr_list, cal_cb_list, luminance_lut, av_corn = alsc_out
|
||||
"""
|
||||
write ouput to json and finish if not do_alsc_colour
|
||||
write output to json and finish if not do_alsc_colour
|
||||
"""
|
||||
if not do_alsc_colour:
|
||||
self.json['rpi.alsc']['luminance_lut'] = luminance_lut
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue