From 87210bee7ac3a26f621a2edba69e6a285de79ff8 Mon Sep 17 00:00:00 2001 From: RuffaloVM Date: Sat, 5 Feb 2022 00:00:00 +0900 Subject: [PATCH] accessories/camera/libcamera_hello.adoc : correct spelling on preceded --- documentation/asciidoc/accessories/camera/libcamera_hello.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/asciidoc/accessories/camera/libcamera_hello.adoc b/documentation/asciidoc/accessories/camera/libcamera_hello.adoc index 2eabf2438..9c1d93eb1 100644 --- a/documentation/asciidoc/accessories/camera/libcamera_hello.adoc +++ b/documentation/asciidoc/accessories/camera/libcamera_hello.adoc @@ -17,7 +17,7 @@ The preview can be halted either by clicking the window's close button, or using ==== Options -`libcamera-apps` uses a 3rd party library to interpret command line options. This includes _long form_ options where the option name consists of more than one character preceeded by `--`, and _short form_ options which can only be a single character preceded by a single `-`. For the most part option names are chosen to match those used by the legacy `raspicam` applications with the exception that we can no longer handle multi-character option names with a single `-`. Any such legacy options have been dropped and the long form with `--` must be used instead. +`libcamera-apps` uses a 3rd party library to interpret command line options. This includes _long form_ options where the option name consists of more than one character preceded by `--`, and _short form_ options which can only be a single character preceded by a single `-`. For the most part option names are chosen to match those used by the legacy `raspicam` applications with the exception that we can no longer handle multi-character option names with a single `-`. Any such legacy options have been dropped and the long form with `--` must be used instead. The options are classified broadly into 3 groups, namely those that are common, those that are specific to still images, and those that are for video encoding. They are supported in an identical manner across all the applications where they apply.