From e230af0bc0fc31a2f2b6f34720f1e66d5b4833af Mon Sep 17 00:00:00 2001 From: zhu-hongwei Date: Wed, 14 Aug 2024 14:27:42 +0800 Subject: [PATCH] Fix rpicam demo --- documentation/asciidoc/computers/camera/rpicam_still.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/asciidoc/computers/camera/rpicam_still.adoc b/documentation/asciidoc/computers/camera/rpicam_still.adoc index 4ed336c4d..25caf4d34 100644 --- a/documentation/asciidoc/computers/camera/rpicam_still.adoc +++ b/documentation/asciidoc/computers/camera/rpicam_still.adoc @@ -118,7 +118,7 @@ First, create a directory where you can store your time lapse photos: $ mkdir timelapse ---- -Run the following command to create a time lapse over 30 seconds, recording a photo every two seconds, saving output into `image0001.jpg` through `image0014.jpg`: +Run the following command to create a time lapse over 30 seconds, recording a photo every two seconds, saving output into `image0000.jpg` through `image0013.jpg`: [source,console] ----