sepeters
Posts: 2
Joined: Wed Aug 28, 2013 2:42 am

error in documentation

Thu Sep 18, 2014 3:22 am

http://www.raspberrypi.org/wp-content/u ... tation.pdf

This appears to be the official documentation but there is an error that I have discovered.

the example in the --timelapse section has incorrect information it should read:

For example: -t 30000 -tl 2000 -o image%04d.jpg
will produce a capture starting in 2 seconds and continuing with a 2 second interval for an additional 30 seconds, ...

the rest is correct AFAIK, it was the timing I was trying to get correct. This is useful to know if you are doing a cron job because your first image will be delayed from the minute by -tl. I wanted to do images every 20 seconds and run a cron job every minute so I use -t 40000 -tl 20000. This takes a picture at 20/40/60 seconds so I get the correct interval on all pictures...

Thanks
Steve

jamesh
Raspberry Pi Engineer & Forum Moderator
Raspberry Pi Engineer & Forum Moderator
Posts: 26716
Joined: Sat Jul 30, 2011 7:41 pm

Re: error in documentation

Thu Sep 18, 2014 11:50 am

You can git clone the documentation, make a change, then send a pull request to the documentation maintainers (Foundation). This is then peer reviewed and will be merged if it's all OK.
Principal Software Engineer at Raspberry Pi (Trading) Ltd.
Contrary to popular belief, humorous signatures are allowed.
I've been saying "Mucho" to my Spanish friend a lot more lately. It means a lot to him.

ShiftPlusOne
Raspberry Pi Engineer & Forum Moderator
Raspberry Pi Engineer & Forum Moderator
Posts: 6229
Joined: Fri Jul 29, 2011 5:36 pm
Location: The unfashionable end of the western spiral arm of the Galaxy

Re: error in documentation

Thu Sep 18, 2014 12:28 pm

That particular file is not on github and is from 2013. Raspicam tools have changed a fair bit since then, so I'd recommend checking if it's still a problem in the proper documentation.

Return to “Camera board”