Balluff - BVS CA-GT Technical Documentation
|
The following block diagrams show the data flow of the image data after being read from the sensor chip in the camera. The transfer latency (stream controller + frame buffer + resend buffer + packet generator) of the data is less than 100 us.
For Bayer demosaicing in the camera, we use our "Adaptive Edge Sensing Plus" method. I.e. "Adaptive Edge Sensing Plus" detects edges, filters and sharpens them depending on the location. It tries to reconstruct the green channel based on a gradient. Afterwards, it creates the differences between red and green, and blue and green, interpolates the values and adds the green values again. The second path below adds a high path filter, an amplifier, and a threshold to the Bayer data.
The advantages of the "Adaptive Edge Sensing Plus" method are:
On the host side, the "Adaptive Edge Sensing Plus" method needs 20 % CPU load.
It depends on the sensor model which image formats are actually supported.
The parameter PixelFormat in the ImageFormatControl lists all the supported image formats of the specific camera model. In ImpactControlCenter you can find the PixelFormat parameter in "Setting → Base → Camera → GenICam → Image Format Control → Pixel Format".
Gray scale version | Color version |
Mono8 | |
Mono16 | |
Mono12Packed | |
BayerRG8 | |
BayerRG12Packed | |
BayerRG16 | |
RGB8 | |
BGR8 | |
BGRa8 | |
YUV422_8_UYVY | |
YUV8_UYV | |
YUV422_8 |