At the moment I'm trying to test the -ev option in a sort of structured way, meaning iterating from -ev 25 to -ev -25 using a python script, more on this in a future post. But at one time I found files with ISO 1000, ISO 1250 and ISO 1600. The command I used was
Code: Select all
./raspistill -t 1000 -sh -100 -ex sports -ev "+str(iname)+" -awb off -q 100 -o /mnt/myusb/img/"+myname
where 'iname' and 'myname' are variables in python.
Here are the resized files so you can extract the exif:
-ev 21, ISO 1000

- 1000.jpg (12.08 KiB) Viewed 3359 times
-ev 23, ISO 1250

- 1250.jpg (11.95 KiB) Viewed 3358 times
-ev 25 ISO 1600

- 1000.jpg (12.08 KiB) Viewed 3359 times
I tried to replicate these results from the command line later but that did not work. Maybe because of the light level as it was getting darker.
Anyway, the camera IS capable of using ISO 1600...