You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You code says its measuring time in milliseconds, and the fastest measurement this sensor can do is 16ms!
While camera flashes operate in 0.05-10ms range. There is no way you can use this sensor to measure camera flashes accurately. You would need to be able to take measurements in microseconds, and measure time in microsecond resolution.
The text was updated successfully, but these errors were encountered:
You are right it's not so accurate to measure flash light, especially in HS mode, but it works.
The main goal of this project is measuring an ambient light for film cameras and in this case this cell do his job well.
Measuring the flash light is a bonus and not always accurate.
How can this work as a flash meter?
You code says its measuring time in milliseconds, and the fastest measurement this sensor can do is 16ms!
While camera flashes operate in 0.05-10ms range. There is no way you can use this sensor to measure camera flashes accurately. You would need to be able to take measurements in microseconds, and measure time in microsecond resolution.
The text was updated successfully, but these errors were encountered: