The maximum frame rate (GigE bandwidth): Interface_FR[Hz] = BandwidthPerPixelFormat x 1000000 ÷ (Width x Height)*)
When using the Binning function, specify the number of pixels and the number of lines after binning for the width and height values.
The maximum frame rate (sensor scanning rate): Sensor_FR[Hz] = 1000000 ÷ (H_Period x (Height-S + InvalidLine) )
H_Period = MAX(HMAX_Period, HMAX_Width) HMAX_Width = (PixelSizeCount / 111375) x Width-S
For the values of width-S and height-S, specify the number of pixels read by the sensor and the number of lines (the number of pixels and the number of lines before binning).
When using the CV60-AS02MG, 2x2 binning is processed on the image sensor. As a result, the maximum sensor frame rate can be increased. In this case, for the values of width-S and height-S, specify the number of pixels and the number of lines after binning.
Refer to the following table for 
PixelSizeCount
, 
BandwidthPerPixelFormat
, 
HMAX_Period
, and 
InvalidLine
.
  
    
  
  
Pixelformat  | PixelSizeCount  | BandwidthPerPixelFormat  | 
     
 
  
  
 
  
    
  
  
Model Name  | HMAX_Period  | InvalidLine  | 
     
 
  
  
 During Continuous operation (
FrameStart
 trigger is 
Off
)
FR_Cont[Hz] = MIN(Interface_FR, Sensor_FR)
When 
TriggerMode
 is 
On
 (
FrameStart
 trigger is 
On
)
Calculate the maximum 
OverlapTime
 value for the shortest trigger cycle: MaxOverlapTime_TrOlrd[us] = (1000000/FR_Cont) - (14 x H_period)
          
When 
ExposureTime
 is less than or equal to MaxOverlapTime_TrOlrd:
              
FR_TrOlrd[Hz] = FR_Cont (Same as during Continuous operation)
When 
ExposureTime
 is greater than MaxOverlapTime_TrOlrd:
              
Non-OverlapExposureTime_TrOlrd = ExposureTime - MaxOverlapTime_TrOlrd
FR_TrOlrd[Hz] = 1000000/{ (1000000/FR_Cont) + Non-OverlapExposureTime_TrOlrd }