Kaya Instruments Komodo CoaXPress Manual Download Page 8

KAYA Frame Grabbers Color Geometric Distortion Correction 

 

 

4.3

 

Configuration steps 

To configure the Color Distortion Corrector the following steps should be taken:  

1.

 

color 

channel(Blue, 

Green 

or 

Red) 

should 

be 

selected 

by 

setting 

the 

“ColorDistortionCorrectionSelector” 

2.

 

The  mode  of  data  loading  should  be  set  to  “Normal”  using  the  parameter 
“ColorDistortionCorrectionLoadMode”.  Afterwards,  initial  color  channel  address  should  be 
selected by setting the “ColorDistortionCorrectionAddress”. 

3.

 

The 

desired 

mode 

of 

data 

loading 

should 

be 

defined 

using 

the 

“ColorDistortionCorrectionLoadMode”. 

4.

 

If  “Incremental”  Load  Mode  is  selected  then  data  value  should  be  written  to 
“ColorDistortionCorrectionValue”,  each  write  will  update  the  selected  pixel  color  channel 
correction value and increment the “ColorDistortionCorrectionAddress”; 
On  the  other  hand,  if  “Normal”  Load  Mode  is  selected,  on  each  transection  the 
“ColorDistortionCorrectionAddress”  should  be  updated  and  data  value  write/read  could 
follow, for selected pixel color channel correction address.  

5.

 

Corrector may be enabled/disabled using the “ColorDistortionCorrectionEnable” parameter. 

 
Example code:

 

 
 
 
 

 

 Color Geometric Distortion Correction   

CAMHANDLE camHandle; 

 

KYFG_SetGrabberValueEnum_ByValueName(camHandle,“ColorDistortionCorrectionSelector”, 
“DistortCorrectChannelBlue”); 
KYFG_SetGrabberValueEnum_ByValueName(camHandle,“ColorDistortionCorrectionLoadMode”, 
“Normal”); 
KYFG_SetGrabberValueInt(camHandle,“ColorDistortionCorrectionAddress”, 0); 
KYFG_SetGrabberValueEnum_ByValueName(camHandle,“ColorDistortionCorrectionLoadMode”, 
“Incremental”); 
for(size_t iValueReg = 0; iValueReg < 4096; iV+) 

    int64_t value = ((int64_t)rand() % 256) - 128;  // range of -128 up to +127 
    KYFG_SetGrabberValueInt(camHandle,“ColorDistortionCorrectionValue”, value);  

KYFG_SetGrabberValueEnum_ByValueName(camHandle,“ColorDistortionCorrectionEnable”, 
“Enable”);

 

 
 
 

 

 

 

Summary of Contents for Komodo CoaXPress

Page 1: ...stems GmbH Geisenhausenerstr 18 81379 Munich Germany 49 89 780 2970 info skyblue de www skyblue de In Great Britain Zerif Technologies Ltd Winnington House 2 Woodberry Grove Finchley London N12 0DR 44...

Page 2: ...aimer 4 3 Start up guide overview 5 3 1 Overview 5 4 Color Geometric Distortion Correction 6 4 1 1 D multi spectral spatial correction 6 4 2 Spatial Correction Principle 6 4 2 1 Interpolation 6 4 2 2...

Page 3: ...e Grabbers Color Geometric Distortion Correction 2 Index of Tables TABLE 1 COLOR TRANSFORMATION CONTROL PARAMETERS 8 TABLE 2 SYSTEM I O INPUT LINES 9 TABLE 3 METADATA CONTROL PARAMETERS 10 1 Figures a...

Page 4: ...personnel Do not touch a cooling fan As a cooling fan rotates in high speed do not put your hand close to it Otherwise it may cause injury to persons Never touch a rotating cooling fan Do not place t...

Page 5: ...stated Even if the product is used properly KAYA Instruments assumes no responsibility for any damages caused by the following Earthquake thunder natural disaster or fire resulting from the use beyon...

Page 6: ...data insertion mechanism Both are hardware based implemented for faster performance and easily controlled from software using Gen i cam interface All the parameters described in this document are fram...

Page 7: ...each component separately the estimated pixel component data corresponding to the corrected position P described in the following correction principle R R G B The Position Offset values are specific...

Page 8: ...ddress On the other hand if Normal Load Mode is selected on each transection the ColorDistortionCorrectionAddress should be updated and data value write read could follow for selected pixel color chan...

Page 9: ...rtionCorrectionSelector Enumeration 0 DistortCorrect ChannelBlue 1 DistortCorrect ChannelGreen 2 DistortCorrect ChannelRed Distortion Correction Enable Enable the Color Distortion Correction mechanism...

Page 10: ...ulse counter Bit Function 0 OptoCoupled Input 0 1 OptoCoupled Input 1 2 OptoCoupled Input 2 3 OptoCoupled Input 3 4 OptoCoupled Input 4 5 OptoCoupled Input 5 6 OptoCoupled Input 6 7 OptoCoupled Input...

Page 11: ...amFeatures MetaDataControl Meta Data Enable Mode Inserts metadata information according to selected mode MetaDataMode Enumeration 0 Disable 1 Mode1 Sky Blue Microsystems GmbH Geisenhausenerstr 18 8137...

Reviews: