Impact Acquire SDK Python
HDRKneePoint Class Reference

A class to configure a HDR (High Dynamic Range) knee point (Device specific interface layout only). More...

Inheritance diagram for HDRKneePoint:
[legend]

Public Member Functions

 __init__ (self, *args, **kwargs)
 

Properties

 HDRControlVoltage_mV = property(lib_mvIMPACT_acquire.HDRKneePoint_HDRControlVoltage_mV_get, doc=)
 An enumerated integer property that can be used to define the control voltage in mV for this knee point.
 
 HDRExposure_ppm = property(lib_mvIMPACT_acquire.HDRKneePoint_HDRExposure_ppm_get, doc=)
 An enumerated integer property that can be used to define the exposure time in ppm of the overall exposure time for this knee point.
 
 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 

Detailed Description

A class to configure a HDR (High Dynamic Range) knee point (Device specific interface layout only).

Note
Not every device will offer the features provided in this class. Before accessing properties call the function mvIMPACT.acquire.Component.isValid. Right now only the mvBlueFOX-x00wx types will support the features defined by this class.
Instances of these class can't be constructed directly. Its parameters can be accessed via an instance of the class mvIMPACT.acquire.CameraSettingsBlueFOX or mvIMPACT.acquire.CameraSettingsBlueCOUGAR.
This class will only be available if mvIMPACT.acquire.Device.interfaceLayout is set to mvIMPACT.acquire.dilDeviceSpecific before the device is opened.

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
* args,
** kwargs )

Reimplemented from ComponentCollection.

Property Documentation

◆ HDRControlVoltage_mV

HDRControlVoltage_mV = property(lib_mvIMPACT_acquire.HDRKneePoint_HDRControlVoltage_mV_get, doc=)
static

An enumerated integer property that can be used to define the control voltage in mV for this knee point.

◆ HDRExposure_ppm

HDRExposure_ppm = property(lib_mvIMPACT_acquire.HDRKneePoint_HDRExposure_ppm_get, doc=)
static

An enumerated integer property that can be used to define the exposure time in ppm of the overall exposure time for this knee point.

◆ thisown

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