Skip to content
This repository was archived by the owner on Feb 16, 2025. It is now read-only.

Commit bc8b08e

Browse files
authored
Update camera.md
1 parent 8a930da commit bc8b08e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

raspbian/applications/camera.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ DRC changes the images by increasing the range of dark areas, and decreasing the
273273
By default, DRC is off.
274274

275275
```
276-
--stats, -st Display image statistics
276+
--stats, -st Image statistics use stills capture
277277
```
278278

279279
Force recomputation of statistics on stills capture pass. Digital gain and AWB are recomputed based on the actual capture frame statistics, rather than the preceding preview frame.
@@ -448,7 +448,7 @@ Outputs debugging/information messages during the program run.
448448
--timeout, -t Time before the camera takes picture and shuts down
449449
```
450450

451-
The program will run for this length of time, in milliseconds, then take the capture (if output is specified). If not specified, this is set to 5 seconds (-t 5000). Note that low values (less than 500ms, although it does depend on other settings) may not give enough time for the camera to start up and provide enough frames for the automatic algorithms like AWB and AGC to provide accurate results.
451+
The program will run for this length of time, in milliseconds, then take the capture, which will be saved if an output is specified. If a timeout is not specified, then it is set to 5 seconds (-t 5000). Note that low values (less than 500ms, although it can depend on other settings) may not give enough time for the camera to start up and provide enough frames for the automatic algorithms like AWB and AGC to provide accurate results.
452452

453453
If set to 0, the preview will run indefinitely, until stopped with CTRL-C. In this case no capture is made.
454454

0 commit comments

Comments
 (0)