BFModule.BufferAcquisition.BufferInfo
- class BFModule.BufferAcquisition.BufferInfo
Bases:
pybind11_object
Class returning the buffer info for the WaitForFrameDone methods.
- __init__(self: BFModule.BufferAcquisition.BufferInfo) None
Methods
__init__
(self)Attributes
The index of this buffer in the buffer array.
The CXP frame buffer soruce tag.
The CXP frame x-offset.
The CXP frame y-offset.
The frame count of this buffer within the overall acquisition.
System high resolution timestamp.
The number of buffers still waiting on the queue.
The number of lines acquired.
The system or board time at the instant of frame capture.
- property BufferNumber
The index of this buffer in the buffer array.
- property CXPSrcTag
The CXP frame buffer soruce tag.
- property CXPXOffset
The CXP frame x-offset.
- property CXPYOffset
The CXP frame y-offset.
- property FrameCount
The frame count of this buffer within the overall acquisition.
- property HiResTimeStamp
System high resolution timestamp. Does not correlate direclty to wall time.
- property NumItemsOnQueue
The number of buffers still waiting on the queue.
- property NumLinesAcquired
The number of lines acquired. Usually equals the buffer y-size/height.
- property TimeStamp
The system or board time at the instant of frame capture.