Documentation: Small typo fix
Out should really be output. Signed-off-by: Pavel Machek <pavel@ucw.cz> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
parent
2403f5141f
commit
3f8bcc1a36
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ Using libcamera in a C++ application
|
|||
|
||||
This tutorial shows how to create a C++ application that uses libcamera to
|
||||
interface with a camera on a system, capture frames from it for 3 seconds, and
|
||||
write metadata about the frames to standard out.
|
||||
write metadata about the frames to standard output.
|
||||
|
||||
Application skeleton
|
||||
--------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue