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
The design of the new sensor timing block uses a sequence of instructions to control the sensor timing, which allows a ton of flexibility in programming how the image sensor operates (this allows us to do things like HDR triggering, skipped frames, and other weird stuff). However, when it comes to simple stuff like changing the exposure time, this turns out to be overly complicated.
The problem is that switching exposures requires a change of the timing program in which we need to stop the sensor, load the new program, and then restart it, when all we really need to is change one of the delay times.
The text was updated successfully, but these errors were encountered:
The design of the new sensor timing block uses a sequence of instructions to control the sensor timing, which allows a ton of flexibility in programming how the image sensor operates (this allows us to do things like HDR triggering, skipped frames, and other weird stuff). However, when it comes to simple stuff like changing the exposure time, this turns out to be overly complicated.
The problem is that switching exposures requires a change of the timing program in which we need to stop the sensor, load the new program, and then restart it, when all we really need to is change one of the delay times.
The text was updated successfully, but these errors were encountered: