Impact Acquire SDK Python
CameraDescriptionDigitalBase Class Reference

A base class to describe an arbitrary digital camera signal(Device specific interface layout only) (deprecated. More...

Inheritance diagram for CameraDescriptionDigitalBase:
[legend]

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")
 

Detailed Description

A base class to describe an arbitrary digital camera signal(Device specific interface layout only) (deprecated.

Deprecated
Beginning with the release of 3.0.0 of Impact Acquire everything specifically related to frame grabber boards will be considered as deprecated and might be removed without further notice!

This class provides access to all settings specific for digital video signals.

Note
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 )

Property Documentation

◆ bayerParity

bayerParity = property(lib_mvIMPACT_acquire.CameraDescriptionDigitalBase_bayerParity_get, doc=)
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.

◆ bitsPerPixel

bitsPerPixel = property(lib_mvIMPACT_acquire.CameraDescriptionDigitalBase_bitsPerPixel_get, doc=)
static

An integer property defining the number of bits per pixel currently transmitted by this camera.

◆ format

format = property(lib_mvIMPACT_acquire.CameraDescriptionDigitalBase_format_get, doc=)
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.

◆ thisown

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