FG Camera Library  1.7.2.0 (2025-09-18)
Loading...
Searching...
No Matches
e2v EV2S02M / EV2S05M

Overview

The following e2v Snappy sensor models are available for the VisionSensor PV3:

Supported sensors
SensorTypeeFG_CAMERA_TYPENumber of
pixels
Pixel sizeOptical format
EV2S02MBMonochromeFG_CAMERA_TYPE_1920_1080_IMAGO_VSx_EV2S02MB1920 x 10802.8 µm x 2.8 µm1/3"
EV2S02MCColorFG_CAMERA_TYPE_1920_1080_IMAGO_VSx_EV2S02MC
EV2S05MBMonochromeFG_CAMERA_TYPE_2560_1936_IMAGO_VSx_EV2S05MB2560 x 19361/1.8"
EV2S05MCColorFG_CAMERA_TYPE_2560_1936_IMAGO_VSx_EV2S05MC
Note
The SoC's sensor interface on the VisionSensor PV3 requires at least two image buffers in the aquisition queue to avoid dropped sensor frames. A third buffer is required at the end of a frame, so that there are still remaining at least two buffers after one is given back to the user.
In order to avoid any dropped frames during startup while adding the first buffers with FG_append_image(), the sensor aquisition start is delayed until the second buffer is added. A third buffer should be added before the first frame completes.

Features

  • Global Shutter with simultaneous integration and readout
  • 12-bit ADC with 8 bit image readout
  • Horizontal and vertical flipping
  • 2x2 pixel binning
  • Short integration times down to 12 µs
  • Constant trigger delay of 20 µs with very low jitter
  • Adjustable trigger input, edge sensitivity, trigger divider and trigger delay, see Trigger Modes.
  • Line scan / multi-scan mode

Supported pixel formats

The supported pixel formats are listed below:

Supported pixel types
SensoreFG_PIXEL_TYPEOutput format
EV2S02MB / EV2S05MB (Monochrome)FG_PIXEL_TYPE_Y_81 byte per pixel
EV2S02MC / EV2S05MC (Color)FG_PIXEL_TYPE_Y_8Raw bayer, 1 byte per pixel
Note
  • For color sensors, the first line starts with R-G components if the Mirror option is 0.
  • For color sensors, there is no support for demosaicing in hardware. But the function FG_set_gain_rgb() can still be used to adjust the gain for each color component within the raw bayer pixels.

Frame rates

The frame rate can be increased be reducing the AOI size. Some examples are listed in the following table:

Maximum frame rate examples
AOI sizeEV2S02MEV2S05M
max. frame rateexposure timemax. frame rateexposure time
2560 x 1936--53 Hz18.5 ms
1920 x 1080115 Hz8.6 ms117 Hz8.4 ms
1920 x 768161 Hz6.1 ms165 Hz6 ms
1920 x 480256 Hz3.8 ms262 Hz3.7 ms
1920 x 240506 Hz1.9 ms514 Hz1.9 ms
1920 x 323.2 kHz295 µs3.1 kHz296 µs
1920 x 165.4 kHz167 µs5.1 kHz170 µs
1920 x 88.3 kHz103 µs7.5 kHz109 µs
1920 x 411.3 kHz71 µs9.8 kHz77 µs
1920 x 213.8 kHz55 µs11.6 kHz61 µs
1920 x 115.6 kHz47 µs12.8 kHz53 µs
2560 x 1--10.1 kHz70 µs

Choosing a smaller AOI height will increase the maximum frame rate significantly. This makes the sensor also suitable for line scan applications, see Line scan / multi-scan mode.

Note
  • For the 2MP sensor, the frame rate only depends on the AOI height. Using the full width of the 5MP sensor slightly decreases the frame rate.
  • The listed maximum exposure time settings are for free run mode only. In triggered mode or in line scan mode, the exposure time values have to be about 24 µs shorter in order to reach the frame rate.

Special features

The sensor supports the following special features.

Special features
Property nameDescriptionLibrary
MirrorFlips the image horizontally and / or vertically
0: no flipping (default)
1: flip horizontally
2: flip vertically
3: flip horizontally and vertically (rotation by 180°)
Note
The order of color components for raw Bayer format depends on this setting. Use FG_get_pixel_order() to get the order after the Mirror option is configured.
≥ 1.2.6.0
BinningBinning mode
1: no pixel binning (default)
2: 2x2 pixel binning
Note
  • The binning mode must be configured before the first buffer is allocated.
  • The parameters for FG_set_scan_param() and FG_set_aoi() refer to the reduced image size after binning is enabled.
  • For 2x2 binning, the pixel brightness increases by a factor of two (sum of four neighbour pixels divided by two).
  • Color information will be lost for color sensors.
≥ 1.5.1.0
ImageModeControls the digital test pattern:
0: Video output
1: Enable test pattern
≥ 1.2.6.0
FrameRateSets the desired sensor frame rate in Hertz. This setting is only applied in free run mode. The actual frame rate may be lower if the exposure time setting is too high, or if the sensor's limit is exceeded.
The lowest achievable frame rate is 16 Hz for line scan mode, else 2 Hz.
0: Use maximum frame rate
≥ 1: Desired frame rate in Hertz
≥ 1.2.7.0
ScanPeriodSets the desired sensor frame period in microseconds (similar to "FrameRate"). This setting is only applied in free run mode. The actual frame period may be longer if the exposure time setting is too high, or if the sensor's limit is exceeded.
The longest frame period is 65 ms for line scan mode, else 524 ms.
0: Use maximum frame rate
≥ 1: Desired frame period in µs
≥ 1.2.9.0

Additional features are described in the following sections: