This now works. Thank you for your help.
Code: Select all
raspistill -ISO auto -hf -awb greyworld -ex night -ss 10000000 -w 800 -h 600 -tl 120000 -t 2147483647 -n -o pic.jpg
The main problem was that I had and still do not have access to the HDMI port. It's on the roof. This meant the only way I had to test was the 1 pic per minute I had told the camera to take. Wellll....
The above string takes 1 minute and 40 seconds from hitting <Enter> to getting the prompt back. That was most likely the problem. I'm using SSH here so I still cannot see the result. So I copy each test image to my desktop using WinSCP and I start to get meaningful images.
I'm still fiddling with the settings to get them where I want and I have now set raspistill to take a pic every 2 seconds and it is working.
Having carefully read the specs, I was always pretty sure that the IMX219 was up to doing this job. Now I could do with fewer clouds and some twinkly bits in the sky.
Question: Setting ISO and exposure to auto gives very good results. How does the IMX219 / raspistill / Pi know enough about an emerging image to adjust its sensitivity and exposure during an image take?
This set of arguments works even better:
Code: Select all
-ISO auto -hf -awb greyworld -ex off -ag 10.0 -dg 2.0 -ss 10000000 -w 800 -h 600 -tl 120000 -t 2147483647 -n -o
but I still need clear skies to test fully. Thanks.