Usage of fx:intensity or similar technique
Posted: 2008-04-25T03:34:35-07:00
Hi, I am using an expression like:
to calculate an "average" number for a picture.
In short, if this number is below a certain threshold, I will increase the shutter time of the camera; if is it too high, I will reduce it.
Anyway, with this image:
http://www.manoweb.com/alesan/temp/D-20 ... 095650.jpg
I get this value:
Why is it so low? The image is quite bright in average after all. This misleding result turns my system in a 15s exposure time that delivers a completely white image, of course.
Should I use another expression other that fx:intensity, or am I doing something basically wrong?
Thank you for any suggestion
bye
Alessio
Code: Select all
"%[fx:intensity]"
In short, if this number is below a certain threshold, I will increase the shutter time of the camera; if is it too high, I will reduce it.
Anyway, with this image:
http://www.manoweb.com/alesan/temp/D-20 ... 095650.jpg
I get this value:
Code: Select all
convert D-20080425-095650.jpg -format "%[fx:intensity]" info:-
0.0344
Should I use another expression other that fx:intensity, or am I doing something basically wrong?
Thank you for any suggestion
bye
Alessio