
I expected that I would shoot every 30 seconds, but it probably will not.

You can't do it with a single shot, look at time-lapse with -tl and set it to take several shots, add the -bm option.napajedlaci.cz wrote:The command will look like that? Somehow I can not find -bm through google. If the day trying --burst, so the change does not occur at any speed.
Feel free to go and write your own app. raspistill can't be everything to everyone - it's just impossible.pfile wrote:i had the same question about the exposure lengths - would it make sense to have an option to just turn off all of those pre-frames if the exposure length is > some threshold? if you need to capture one frame and throw it away, can it be done at a shorter exposure? and for night photography AWB seems un-necessary. as for AGC, if the gain were exposed to the user we could just set it manually to whatever it needs to be for unity gain, or whatever works out best for the application.
If you ignore timelapse mode and burst mode, then yes. Otherwise you should be able to achieve at least every 12secs, and if using raspividyuv you should get every 6 secs.pfile wrote:as it stands right now i can only take one image every 45s when the exposure length is set to 5.9s.
that's what i'm currently doing... i pick an exposure, compute the mean of the jpeg that came off the camera (using convert) and scale the exposure by log(mean)/log(0.5), after some error checking of course. also, i peg the exposure at 5.9s. this seems to work well.gordon77 wrote:" i guess i could monitor the images and kill/restart raspistill with a new shutter speed as night falls."
Why not do that, take the average value of the photo and set the values for raspistill including iso, shutter speed, ev or brightness, mode eg night, auto etc?