Skip to content

How to capture long exposure stills one after each other without delay between captures #343

Answered by davidplowman
meteorkees asked this question in Q&A
Discussion options

You must be logged in to vote

Hi, your libcamera-still command looks fine to me. You could do it as a timelapse, and I expect the results would essentially be the same:

libcamera-still -t 0 -n --shutter 20000000 --gain 8 --awbgains 2,1.81 --timelapse 1 --datetime

I'd expect this to do a capture every (just over) 20 seconds (obviously the minimum given the exposure time). There will be a small gap between each capture when the camera switches between modes, though you could use libcamera-vid to avoid that:

libcamera-vid -t 0 -n --shutter 20000000 --gain 8 --denoise cdn_hq --segment 1 --codec mjpeg --width 4056 --height 3040 -o image%04d.jpg

In this case you'd have to write a small script to rename the files according…

Replies: 4 comments 8 replies

Comment options

You must be logged in to vote
3 replies
@meteorkees
Comment options

@wardhills
Comment options

@meteorkees
Comment options

Comment options

You must be logged in to vote
3 replies
@meteorkees
Comment options

@davidplowman
Comment options

@fuherb
Comment options

Answer selected by meteorkees
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@ScottTheHippy
Comment options

@ScottTheHippy
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
6 participants