Impact Acquire SDK Python
|
A base class to describe an arbitrary digital camera signal(Device specific interface layout only) (deprecated. More...
Public Member Functions | |
__init__ (self, *args, **kwargs) | |
Properties | |
bayerParity = property(lib_mvIMPACT_acquire.CameraDescriptionDigitalBase_bayerParity_get, doc=) | |
An enumerated integer property defining the start pixel for a camera delivering an unconverted bayer image. | |
bitsPerPixel = property(lib_mvIMPACT_acquire.CameraDescriptionDigitalBase_bitsPerPixel_get, doc=) | |
An integer property defining the number of bits per pixel currently transmitted by this camera. | |
format = property(lib_mvIMPACT_acquire.CameraDescriptionDigitalBase_format_get, doc=) | |
An enumerated integer property defining the data format the camera is sending image data. | |
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | |
A base class to describe an arbitrary digital camera signal(Device specific interface layout only) (deprecated.
This class provides access to all settings specific for digital video signals.
__init__ | ( | self, | |
* | args, | ||
** | kwargs ) |
Reimplemented from CameraDescriptionBase.
Reimplemented in CameraDescriptionSDI, CameraDescriptionDigitalBase2, CameraDescriptionCameraLink, and CameraDescriptionDigital.
|
static |
An enumerated integer property defining the start pixel for a camera delivering an unconverted bayer image.
Valid values for this property may be: mvIMPACT.acquire.bmpUndefined, mvIMPACT.acquire.bmpGR, mvIMPACT.acquire.bmpRG, mvIMPACT.acquire.bmpBG, mvIMPACT.acquire.bmpGB.
|
static |
An integer property defining the number of bits per pixel currently transmitted by this camera.
|
static |
An enumerated integer property defining the data format the camera is sending image data.
Valid values for this property may be: mvIMPACT.acquire.cdfUnknown, mvIMPACT.acquire.cdfMono, mvIMPACT.acquire.cdfBayer, mvIMPACT.acquire.cdfBayerPacked, mvIMPACT.acquire.cdfRGB, mvIMPACT.acquire.cdfYUV.
|
static |