Balluff - BVS CA-UB Technical Documentation
|
The CMOS sensor module (IMX296) incorporates the following features:
The sensor uses a global shutter, i.e. light exposure takes place on all pixels in parallel, although subsequent readout is sequential.
In free running mode, the sensor reaches its maximum frame rate. This is done by overlapping erase, exposure and readout phase. The sensor timing in free running mode is fixed, so there is no control when to start an acquisition. This mode is used with trigger mode Continuous.
To calculate the maximum frames per second (FPSmax) in free running mode you will need following formula:
Name | Value |
InternalLineLength | 3072 |
VerticalBlankLines | 32 |
SensorInClock | 75 MHz |
InternalLineLength ImageHeight + VerticalBlankLines FrameTime = ------------------------------ * ---------------------------------- SensorInClock 1000
If exposure time is lower than frame time:
1 FPS_max = ------------ FrameTime
If exposure time is greater than frame time:
1 FPS_max = -------------- ExposureTime
In snapshot mode, the image acquisition process consists off several sequential phases:
Snapshot mode starts with a trigger. This can be either a hardware or a software signal.
The following trigger modes are available:
Mode | Description |
Continuous | Free running, no external trigger signal needed. |
OnFallingEdge | Each falling edge of trigger signal acquires one image. |
OnRisingEdge | Each rising edge of trigger signal acquires one image. |
OnHighExpose | Each rising edge of trigger signal acquires one image, exposure time corresponds to pulse width. |
All pixels are light sensitive at the same period of time. The whole pixel core is reset simultaneously and after the exposure time all pixel values are sampled together on the storage node inside each pixel. The pixel core is read out line-by-line after exposure.
The step width for the exposure time is 1 us.
Image data is then shifted out line-by-line and transferred to memory.
To calculate the maximum frames per second (FPSmax) in snapshot mode you will need following formula:
FPS_max = 1 ----------------------------------- FrameTime + ExposureTime
Device Structure