Skip to content

Commit 352e67d

Browse files
Merge pull request #3835 from ykla/patch-2
Fix list format
2 parents 74764fb + 6883310 commit 352e67d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

documentation/asciidoc/computers/camera/rpicam_apps_writing.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
`rpicam-apps` does not provide all of the camera-related features that anyone could ever need. Instead, these applications are small and flexible. Users who require different behaviour can implement it themselves.
44

55
All of the `rpicam-apps` use an event loop that receives messages when a new set of frames arrives from the camera system. This set of frames is called a `CompletedRequest`. The `CompletedRequest` contains:
6+
67
* all images derived from that single camera frame: often a low-resolution image and a full-size output
78
* metadata from the camera and post-processing systems
89

0 commit comments

Comments
 (0)