BFModule.BufferAcquisition.SetupOptions#

class BFModule.BufferAcquisition.SetupOptions#

Bases: pybind11_object

Acquisition Setup Options Enum.

Members:

setupDefault : Default

AbortMissedFrame : If a frame is missed, acquisition will stop.

DisableAqErrorSig : The overflow and hardware exception signals will not be created.

HighResTimer : The high resolution timer is used to time stamp incoming image data.

InvertEvenFrames : The even frames will be DMAed from the bottom of the buffer to the top.

InvertOddFrames : The odd frames will be DMAed from the bottom of the buffer to the top.

OnlyOddLines : The board will DMA the incoming image to only the odd lines of the host buffer

OnlyEvenLines : The board will DMA the incoming image to only the even lines of the host buffer

HighFrameRateMode : High frame rate mode

FourHorizInterleavedChunks0 :

FourHorizInterleavedChunks1 :

FourHorizInterleavedChunks2 :

FourHorizInterleavedChunks3 :

__init__(self: BFModule.BufferAcquisition.SetupOptions, value: int) None#

Methods

__init__(self, value)

Attributes

AbortMissedFrame

DisableAqErrorSig

FourHorizInterleavedChunks0

FourHorizInterleavedChunks1

FourHorizInterleavedChunks2

FourHorizInterleavedChunks3

HighFrameRateMode

HighResTimer

InvertEvenFrames

InvertOddFrames

OnlyEvenLines

OnlyOddLines

name

setupDefault

value

property name#