|
Balluff - BVS CA-SF Technical Documentation
|
The sensor features one acquisition mode:
With the rolling shutter the lines are exposed for the same duration, but at a slightly different point in time:
| Feature | Description |
| Manufacturer | Aptina |
| Sensor name | MT9M034 |
| Max. frames per second | 45.6 |
| Device Structure | CMOS image sensor |
| SNRmax [dB]1/ | 37.7 |
| DNR (normal / HDR) [dB]1/ | 63.4 / ≥ 115 |
| Image size | 1/3 |
| Number of effective pixels | 1280 (H) x 960 (V) |
| Unit cell size | 3.75um (H) x 3.75um (V) |
| ADC resolution / output | 12 bit → 8/10/(12) |
1 Measured accord. to EMVA1288 with gray scale version of the camera
| Name | Value |
| PixelClock | 40 & 74,25 |
| VerticalBlank | 25 |
To calculate the maximum frames per second (FPSmax) in free running mode you will need following formula:
(ImageHeight * ( 1650 )) + ((VerticalBlank+2) * 1650 )
FrameTime = ------------ ------------
PixelClock PixelClock
If exposure time is lower than frame time:
1000000
FPS_max = ----------------
FrameTime
If exposure time is greater than frame time:
1000000
FPS_max = ----------------
ExposureTime
To calculate the maximum frames per second (FPSmax) in snapshot mode you will need following formula:
(ImageHeight * ( 1650 )) + ((VerticalBlank+2) * 1650 )
FrameTime = ------------ ------------
PixelClock PixelClock
FPS_max = 1
-----------------------------------
FrameTime + ExposureTime