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
|
@ -47,7 +47,7 @@ public:
|
||||||
|
|
||||||
int configure(const StreamConfiguration &inputCfg,
|
int configure(const StreamConfiguration &inputCfg,
|
||||||
const std::vector<std::reference_wrapper<StreamConfiguration>> &outputCfg);
|
const std::vector<std::reference_wrapper<StreamConfiguration>> &outputCfg);
|
||||||
int exportBuffers(unsigned int ouput, unsigned int count,
|
int exportBuffers(unsigned int output, unsigned int count,
|
||||||
std::vector<std::unique_ptr<FrameBuffer>> *buffers);
|
std::vector<std::unique_ptr<FrameBuffer>> *buffers);
|
||||||
|
|
||||||
int start();
|
int start();
|
||||||
|
|
|
@ -350,7 +350,7 @@ class Camera:
|
||||||
alsc_out = alsc_all(self, do_alsc_colour, plot)
|
alsc_out = alsc_all(self, do_alsc_colour, plot)
|
||||||
cal_cr_list, cal_cb_list, luminance_lut, av_corn = alsc_out
|
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:
|
if not do_alsc_colour:
|
||||||
self.json['rpi.alsc']['luminance_lut'] = luminance_lut
|
self.json['rpi.alsc']['luminance_lut'] = luminance_lut
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue