Balluff - BVS CA-SF Technical Documentation
|
The sensor uses a pipelined global snapshot shutter, i.e. light exposure takes place on all pixels in parallel, although subsequent readout is sequential.
Feature | Description |
Manufacturer | E2V |
Sensor name | EV76C570 |
Max. frames per second | 60 |
Device Structure | CMOS image sensor |
SNRmax [dB]1/ | 38.9 |
DNR (normal / HDR) [dB]1/ | 50.5 / - |
Image size | 1/1.8 |
Number of effective pixels | 1600 (H) x 1200 (V) |
Unit cell size | 4.5µm (H) x 4.5µm (V) |
ADC resolution / output | 10 bit → 8/10/(12) |
1 Measured accord. to EMVA1288 with gray scale version of the camera
Name | Value |
InternalLineLength | 984 |
InternalADCClock | 142.9 |
To calculate the maximum frames per second (FPSmax) in free running mode you will need following formula:
2 ImageHeight + 10 ReadOutTime = InternalLineLength * ---------------- * (-----------------) InternalADCClock 1000
If exposure time is lower than read out time:
1000 FPS_max = ------------- ReadOutTime
If exposure time is greater than read out time:
1000 FPS_max = -------------- ExposureTime
To calculate the maximum frames per second (FPSmax) in snapshot mode you will need following formula:
2 ImageHeight + 10 ReadOutTime = InternalLineLength * ---------------- * (-----------------) InternalADCClock 1000
1000 FPS_max = ---------------------------- ReadOutTime + ExposureTime
The sensor offers also a usage as a line scan sensor. One (gray scale sensor) or two lines (in terms of color sensor) can be selected to be read out of the full line height of 1600 lines. This or these lines are grouped to a pseudo frame of selectable height in the internal buffer of the camera.
The camera then outputs these frames which contain multiples of the same scan line(s) without gaps or interruptions.
To operate in line scan mode, use the following properties:
"Setting → Base → Camera → GenICam → Device Control"
, please change the DeviceScanType
to line scan."Setting → Base → Camera → GenICam → Image Format Control"
, please set Width
and Height
. Height specifies how often the same line(s) will be used to reach the height of the image. OffsetX
to shift horizontally the starting point of the exposed line. OffsetY
to shift the scan line vertically. "Setting → Base → Camera → GenICam → Acquisition Control"
, please adapt the Exposure
Time
. You may use longer exposure times at the expense of scanning frequency.
Continuous
or a trigger mode as AcquisitionMode
in "Setting → Base → Camera → GenICam → Acquisition Control"
. However, if an external (line) trigger will have to be used, it is absolutely required that the external trigger is always present. During a trigger interruption, controlling or communication to the camera is not possible!