Impact Acquire SDK Python
WhiteBalancer Class Reference

Convenience class to provide an easy way for a more precise white balance calibration. More...

Inheritance diagram for WhiteBalancer:
[legend]

Public Member Functions

 __init__ (self)
 

Static Public Member Functions

 highQualityWhiteBalance (pDev)
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 

Detailed Description

Convenience class to provide an easy way for a more precise white balance calibration.

A convenience function which will be used to do a white balance calibration with more than 8bit image data to increase the precision of the calculated gain values.

Note
Since a homogeneous grey image is needed for the processing, it is necessary that the camera is not configured to a triggered mode and a reasonable exposure time.

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self)

Member Function Documentation

◆ highQualityWhiteBalance()

highQualityWhiteBalance ( pDev)
static

Property Documentation

◆ thisown

thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
static