BFModule.Display.DispOptions#

class BFModule.Display.DispOptions#

Bases: pybind11_object

The Frame grabber Interface Type Enum.

Members:

FORMAT_NORMAL : Format the data to display the most significant 8-bits.

FORMAT_PACKED : Use when capturing packed data that is greater than 8 bits per pixels. Data is byte swapped.

FORMAT_PACKED_NOSWAP : Used when capturing packed data that is greater than 8 bits per pixels. Data is not byte swapped.

FORMAT_RGB_SWAP : Use when capturing 24-bit RGB data that needs the R and G swapped for correct display in Windows.

__init__(self: BFModule.Display.DispOptions, value: int) None#

Methods

__init__(self, value)

Attributes

FORMAT_NORMAL

FORMAT_PACKED

FORMAT_PACKED_NOSWAP

FORMAT_RGB_SWAP

name

value

property name#