-
I need to continuously capture multiexposure images (tracking a laser point against other features) and do so using "MultiExposureUnmerged" on a RPi4 with IMX708. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
-
Thanks, and apologies for not returning earlier. I actually sort of figured it out on my own. The following code mostly do what I'm after
By changing the 'base_ev' for the two channels I can change the exposure of the two images. Further understanding the rest of the settings is a work in progress. N.B. If you try to do this in an interactive console, jupyter or something like that, you need to delete 'picam2' every time you change the settings, and even that does not always work, and you'll need to kill the console. |
Beta Was this translation helpful? Give feedback.
Thanks, and apologies for not returning earlier.
I actually sort of figured it out on my own. The following code mostly do what I'm after