If I run:
Code: Select all
~# raspistill -o test.png -e png -t 0
Code: Select all
~# raspistill -o test.png -e png -t 0
Yes, latest. (Rapsbian-2014-09-09 image with updates)jamesh wrote: Do you have the latest camera software?
So, I need to take an image. Do I need to use it with parameter "-t 1"?ethanol100 wrote:When requesting "-t 0" the "state->frameNextMethod" is set to "FRAME_NEXT_FOREVER" this has a hard coded sleep time of 10sec. Each ten seconds MMAL_PARAMETER_CAPTURE is set to 1.
If you want to take an image as fast as possible, you need to specify a value greater 0.
It will take a minimum of 3 seconds to record a full frame image and save it to PNG. But the timeout should not be set to a value lower than 500, else the auto exposure will not be able to adjust the parameters.
Normally a value > 500makgab wrote:So, I need to take an image. Do I need to use it with parameter "-t 1"?ethanol100 wrote:When requesting "-t 0" the "state->frameNextMethod" is set to "FRAME_NEXT_FOREVER" this has a hard coded sleep time of 10sec. Each ten seconds MMAL_PARAMETER_CAPTURE is set to 1.
If you want to take an image as fast as possible, you need to specify a value greater 0.
It will take a minimum of 3 seconds to record a full frame image and save it to PNG. But the timeout should not be set to a value lower than 500, else the auto exposure will not be able to adjust the parameters.
Do you mean "-t 600"? And parameter "-tl"?gordon77 wrote: Normally a value > 500
t sets the time the camera waits to take a picture, 500 is the minimum so 600 should work, tl is used for timelapses, seemakgab wrote:Do you mean "-t 600"? And parameter "-tl"?gordon77 wrote: Normally a value > 500