Frequently Asked Question
How to set Debayer mode in Vision Point application?
Last Updated 8 months ago
By default, the displayed image in the Vision Point application is monochrome, regardless of the sensor type.
To display a color image, Debayer mode should be activated for a Bayer camera.
For RGB conversion, You should take the following steps:
- Detect the camera
- Open the "Frame Grabber" tab
- Expand the "Extended Stream Features" category
- Set the "Camera Selector x" parameter to the desired camera ("x" represents the camera index for which the Frame Grabber parameters will relay to)
- Expand the "Camera Selector x" category
- Expand the "Image Format Control" category
- 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" (With reduces FPS) - Click on "Play" (the picture window will reopen)
For BGR conversion the following steps should be performed:
- Perform steps 1-7 listed above
- Set "Debayer Mode" to hardware debayering - "Demosaic 3x3"
- Expand "Color Transformation Control" category
- Set following parameters to 0.0
"ColorTransformationRR"
"ColorTransformationRG"
"ColorTransformationR0"
"ColorTransformationGR"
"ColorTransformationGB"
"ColorTransformationG0"
"ColorTransformationBG"
"ColorTransformationBB"
"ColorTransformationB0" - Set following parameters to 1.0
"ColorTransformationRB"
"ColorTransformationGG"
"ColorTransformationBR" - Click on "Play" (the picture window will reopen)
More information can be found in section "Color transformation" of document "KAYA Frame Grabber Feature Guide.pdf"