Closed GoogleCodeExporter closed 9 years ago
Original comment by andy.gal...@gmail.com
on 2 Apr 2014 at 3:56
Here's what I'm thinking of doing:
Add an "Auto" selection to the exposure duration drop-down list.
In the brain (camera tab?) add a group "Auto Exposure Settings" with
Target SNR, default 4.0
Min Exposure, default 1.0
Max Exposure, default 8.0 (?)
When exposure is "Auto":
Auto-find star (menu or server apis): use Max-exposure duration
(maybe try with current frame first before switching to max-exposure?)
After each camera frame, adjust exposure duration
assume SNR is proportional to sqrt(duration)
new_exposure = cur_exposure * (target_snr / cur_snr)^2
clamp new_exposure to (min_exp,max_exp) range
Original comment by andy.gal...@gmail.com
on 16 May 2014 at 7:36
This issue was updated by revision r853.
Original comment by andy.gal...@gmail.com
on 21 May 2014 at 3:26
Issue was fixed by the Auto Exposure feature in v2.3.
Original comment by andy.gal...@gmail.com
on 16 Jul 2014 at 8:51
Original issue reported on code.google.com by
br...@boneheads.us
on 29 Mar 2014 at 2:40