Skip to content

Commit 1f64f50

Browse files
author
Alasdair Allan
authored
Merge pull request #2671 from flyinmryan/patch-1
Misspelled word
2 parents 1a0170d + ee37994 commit 1f64f50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/asciidoc/accessories/camera/libcamera_apps_intro.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
`libcamera` presents a {cpp} API to applications and works at the level of configuring the camera and then allowing an application to request image frames. These image buffers reside in system memory and can be passed directly to still image encoders (such as JPEG) or to video encoders (such as h.264), though such ancillary functions as encoding images or displaying them are strictly beyond the purview of `libcamera` itself.
88

9-
For this reason Raspberry Pi supplies a small set of example `libcamera-apps`. These are simple applications, built on top of `libcamera`, and are designed largely to emulate the function of the legacy stack built on Broadcom's propretary GPU code (some users will recognise these legacy applications as `raspstill` and `raspivid`). The applications we provide are:
9+
For this reason Raspberry Pi supplies a small set of example `libcamera-apps`. These are simple applications, built on top of `libcamera`, and are designed largely to emulate the function of the legacy stack built on Broadcom's proprietary GPU code (some users will recognise these legacy applications as `raspstill` and `raspivid`). The applications we provide are:
1010

1111
* _libcamera-hello_ A simple "hello world" application which starts a camera preview stream and displays it on the screen.
1212
* _libcamera-jpeg_ A simple application to run a preview window and then capture high resolution still images.

0 commit comments

Comments
 (0)