Debayering
Last modified by Lev Andronov on 2024/11/11 15:12
To get a color image with Bayer sensor type cameras, ensure that Debayering mode is set up (if available):
- on the frame grabber side (aka hardware debayering)
- on the application side (aka software debayering)
Please visit Pixel formats page for more information.
Bayer to RGB conversion
To set up RGB conversion on the frame grabber side in Vision Point GUI please follow this steps:
- Detect the camera
- Open the "Frame Grabber" properties tab
- Expand the "Extended Stream Features"
- Set the "Camera Selector 0" parameter to the desired camera ("0" represents the camera index for which the Frame Grabber parameters will relay to)
- Expand the "Camera Selector 0"
- Expand the "Image Format Control"
- Change "Transformation Pixel Format" from "Normal" to the "RGBxx," while xx represents the bitness of the camera.
Example: For the Bayer GR10 camera, set the "Transformation Pixel Format" to RGB10. - Debayer Mode can be set to one of the following options:
- Hardware debayering: "Demosaic 3x3" (The availability of this feature depends on the hardware)
- Software debayering: "Demosaic Software" (which reduces FPS)
- Click on "Play" (the picture window will reopen)
The image below describes the sequence of the steps in the Vision Point application.