|  |  | 
builtins.object
.array
.simplewrapper
.wrapper
.voidptr
builtins.type(builtins.object)
.wrappertype
enum.Enum(builtins.object)
CAMERA_TYPE
ERROR_CODE
PIXEL_ORDER
PIXEL_TYPE
TRIGGER_MODE
 
 
| class CAMERA_TYPE(enum.Enum)
 |  |  | CAMERA_TYPE(value, names=None, *, module=None, qualname=None, type=None, start=1) 
 An enumeration.
 
 |  |  | Method resolution order:CAMERA_TYPEenum.Enumbuiltins.object
 Data and other attributes defined here:
 
 CCVS1STMU0300A = <CAMERA_TYPE.CCVS1STMU0300A: 18>
 FILE_BMP = <CAMERA_TYPE.FILE_BMP: 26>
 GigE_AUTO = <CAMERA_TYPE.GigE_AUTO: 31>
 GigE_EV2S02MB = <CAMERA_TYPE.GigE_EV2S02MB: 32>
 GigE_EV2S02MC = <CAMERA_TYPE.GigE_EV2S02MC: 33>
 GigE_EV2S05MB = <CAMERA_TYPE.GigE_EV2S05MB: 34>
 GigE_EV2S05MC = <CAMERA_TYPE.GigE_EV2S05MC: 35>
 GigE_IMX568C = <CAMERA_TYPE.GigE_IMX568C: 45>
 GigE_IMX568M = <CAMERA_TYPE.GigE_IMX568M: 44>
 GigE_VIEWIT = <CAMERA_TYPE.GigE_VIEWIT: 41>
 VCx_AUTO = <CAMERA_TYPE.VCx_AUTO: 1>
 VCx_DR2K7 = <CAMERA_TYPE.VCx_DR2K7: 10>
 VCx_DR2X2K7 = <CAMERA_TYPE.VCx_DR2X2K7: 14>
 VCx_DR2X2K7_RGB = <CAMERA_TYPE.VCx_DR2X2K7_RGB: 16>
 VCx_DR2X4K7 = <CAMERA_TYPE.VCx_DR2X4K7: 15>
 VCx_DR2X4K7_RGB = <CAMERA_TYPE.VCx_DR2X4K7_RGB: 17>
 VCx_DR4K35 = <CAMERA_TYPE.VCx_DR4K35: 12>
 VCx_DR4K7 = <CAMERA_TYPE.VCx_DR4K7: 11>
 VCx_DR8K35 = <CAMERA_TYPE.VCx_DR8K35: 13>
 VCx_EV76C560C = <CAMERA_TYPE.VCx_EV76C560C: 5>
 VCx_EV76C560M = <CAMERA_TYPE.VCx_EV76C560M: 4>
 VCx_EV76C570C = <CAMERA_TYPE.VCx_EV76C570C: 7>
 VCx_EV76C570M = <CAMERA_TYPE.VCx_EV76C570M: 6>
 VCx_GL7004 = <CAMERA_TYPE.VCx_GL7004: 40>
 VCx_IMX565C = <CAMERA_TYPE.VCx_IMX565C: 37>
 VCx_IMX565M = <CAMERA_TYPE.VCx_IMX565M: 36>
 VCx_IMX567C = <CAMERA_TYPE.VCx_IMX567C: 39>
 VCx_IMX567M = <CAMERA_TYPE.VCx_IMX567M: 38>
 VCx_L181C = <CAMERA_TYPE.VCx_L181C: 30>
 VCx_L181M = <CAMERA_TYPE.VCx_L181M: 29>
 VCx_MT9V032C = <CAMERA_TYPE.VCx_MT9V032C: 3>
 VCx_MT9V032M = <CAMERA_TYPE.VCx_MT9V032M: 2>
 VCx_NOIP3SE5000A = <CAMERA_TYPE.VCx_NOIP3SE5000A: 9>
 VCx_NOIP3SN5000A = <CAMERA_TYPE.VCx_NOIP3SN5000A: 8>
 VSx_AUTO = <CAMERA_TYPE.VSx_AUTO: 19>
 VSx_EV2S02MB = <CAMERA_TYPE.VSx_EV2S02MB: 22>
 VSx_EV2S02MC = <CAMERA_TYPE.VSx_EV2S02MC: 23>
 VSx_EV2S05MB = <CAMERA_TYPE.VSx_EV2S05MB: 24>
 VSx_EV2S05MC = <CAMERA_TYPE.VSx_EV2S05MC: 25>
 VSx_IMX296LL = <CAMERA_TYPE.VSx_IMX296LL: 27>
 VSx_IMX568C = <CAMERA_TYPE.VSx_IMX568C: 43>
 VSx_IMX568M = <CAMERA_TYPE.VSx_IMX568M: 42>
 VSx_MT9V032C = <CAMERA_TYPE.VSx_MT9V032C: 21>
 VSx_MT9V032M = <CAMERA_TYPE.VSx_MT9V032M: 20>
 Vxx_AUTO = <CAMERA_TYPE.Vxx_AUTO: 0>
 Data descriptors inherited from enum.Enum:
 
 nameThe name of the Enum member.
 valueThe value of the Enum member.
 Data descriptors inherited from enum.EnumMeta:
 
 __members__Returns a mapping of member name->value.
 This mapping lists all enum members, including aliases. Note that this
 is a read-only view of the internal mapping.
 |  
 
| class ERROR_CODE(enum.Enum)
 |  |  | ERROR_CODE(value, names=None, *, module=None, qualname=None, type=None, start=1) 
 An enumeration.
 
 |  |  | Method resolution order:ERROR_CODEenum.Enumbuiltins.object
 Data and other attributes defined here:
 
 BrokenImage = <ERROR_CODE.BrokenImage: 6>
 GrabTimeOut = <ERROR_CODE.GrabTimeOut: 5>
 NoError = <ERROR_CODE.NoError: 0>
 Data descriptors inherited from enum.Enum:
 
 nameThe name of the Enum member.
 valueThe value of the Enum member.
 Data descriptors inherited from enum.EnumMeta:
 
 __members__Returns a mapping of member name->value.
 This mapping lists all enum members, including aliases. Note that this
 is a read-only view of the internal mapping.
 |  
 
| class PIXEL_ORDER(enum.Enum)
 |  |  | PIXEL_ORDER(value, names=None, *, module=None, qualname=None, type=None, start=1) 
 An enumeration.
 
 |  |  | Method resolution order:PIXEL_ORDERenum.Enumbuiltins.object
 Data and other attributes defined here:
 
 BG = <PIXEL_ORDER.BG: 2>
 GB = <PIXEL_ORDER.GB: 4>
 GR = <PIXEL_ORDER.GR: 3>
 RG = <PIXEL_ORDER.RG: 1>
 RGB = <PIXEL_ORDER.RGB: 5>
 Y = <PIXEL_ORDER.Y: 0>
 Data descriptors inherited from enum.Enum:
 
 nameThe name of the Enum member.
 valueThe value of the Enum member.
 Data descriptors inherited from enum.EnumMeta:
 
 __members__Returns a mapping of member name->value.
 This mapping lists all enum members, including aliases. Note that this
 is a read-only view of the internal mapping.
 |  
 
| class PIXEL_TYPE(enum.Enum)
 |  |  | PIXEL_TYPE(value, names=None, *, module=None, qualname=None, type=None, start=1) 
 An enumeration.
 
 |  |  | Method resolution order:PIXEL_TYPEenum.Enumbuiltins.object
 Data and other attributes defined here:
 
 RGBX_32 = <PIXEL_TYPE.RGBX_32: 2>
 RGB_24 = <PIXEL_TYPE.RGB_24: 3>
 Y_16 = <PIXEL_TYPE.Y_16: 1>
 Y_8 = <PIXEL_TYPE.Y_8: 0>
 Data descriptors inherited from enum.Enum:
 
 nameThe name of the Enum member.
 valueThe value of the Enum member.
 Data descriptors inherited from enum.EnumMeta:
 
 __members__Returns a mapping of member name->value.
 This mapping lists all enum members, including aliases. Note that this
 is a read-only view of the internal mapping.
 |  
 
| class TRIGGER_MODE(enum.Enum)
 |  |  | TRIGGER_MODE(value, names=None, *, module=None, qualname=None, type=None, start=1) 
 An enumeration.
 
 |  |  | Method resolution order:TRIGGER_MODEenum.Enumbuiltins.object
 Data and other attributes defined here:
 
 FREERUN = <TRIGGER_MODE.FREERUN: 2>
 HARDWARE = <TRIGGER_MODE.HARDWARE: 1>
 SOFTWARE = <TRIGGER_MODE.SOFTWARE: 0>
 Data descriptors inherited from enum.Enum:
 
 nameThe name of the Enum member.
 valueThe value of the Enum member.
 Data descriptors inherited from enum.EnumMeta:
 
 __members__Returns a mapping of member name->value.
 This mapping lists all enum members, including aliases. Note that this
 is a read-only view of the internal mapping.
 |  
 
| class array(builtins.object)
 |  |  |  | Methods defined here: 
 __delitem__(self, key, /)Delete self[key].
 __getitem__(self, key, /)Return self[key].
 __len__(self, /)Return len(self).
 __repr__(self, /)Return repr(self).
 __setitem__(self, key, value, /)Set self[key] to value.
 Static methods defined here:
 
 __new__(*args, **kwargs) from builtins.typeCreate and return a new object.  See help(type) for accurate signature.
 |  
 
| class simplewrapper(builtins.object)
 |  |  |  | Methods defined here: 
 __init__(self, /, *args, **kwargs)Initialize self.  See help(type(self)) for accurate signature.
 Static methods defined here:
 
 __new__(*args, **kwargs) from .wrappertypeCreate and return a new object.  See help(type) for accurate signature.
 Data descriptors defined here:
 
 __dict__
 |  
 
| class voidptr(builtins.object)
 |  |  |  | Methods defined here: 
 __bool__(self, /)self != 0
 __delitem__(self, key, /)Delete self[key].
 __getitem__(self, key, /)Return self[key].
 __int__(self, /)int(self)
 __len__(self, /)Return len(self).
 __setitem__(self, key, value, /)Set self[key] to value.
 asarray(...)
 ascapsule(...)
 asstring(...)
 getsize(...)
 getwriteable(...)
 setsize(...)
 setwriteable(...)
 Static methods defined here:
 
 __new__(*args, **kwargs) from builtins.typeCreate and return a new object.  See help(type) for accurate signature.
 |  
 
| class wrapper(simplewrapper)
 |  |  |  | Method resolution order:wrappersimplewrapperbuiltins.object
 Methods inherited from simplewrapper:
 
 __init__(self, /, *args, **kwargs)Initialize self.  See help(type(self)) for accurate signature.
 Static methods inherited from simplewrapper:
 
 __new__(*args, **kwargs) from .wrappertypeCreate and return a new object.  See help(type) for accurate signature.
 Data descriptors inherited from simplewrapper:
 
 __dict__
 |  
 
| class wrappertype(builtins.type)
 |  |  | type(object_or_name, bases, dict) type(object) -> the object's type
 type(name, bases, dict) -> a new type
 
 |  |  | Method resolution order:wrappertypebuiltins.typebuiltins.object
 Methods defined here:
 
 __delattr__(self, name, /)Implement delattr(self, name).
 __getattribute__(self, name, /)Return getattr(self, name).
 __init__(self, /, *args, **kwargs)Initialize self.  See help(type(self)) for accurate signature.
 __setattr__(self, name, value, /)Implement setattr(self, name, value).
 Methods inherited from builtins.type:
 
 __call__(self, /, *args, **kwargs)Call self as a function.
 __dir__(self, /)Specialized __dir__ implementation for types.
 __instancecheck__(self, instance, /)Check if an object is an instance.
 __repr__(self, /)Return repr(self).
 __sizeof__(self, /)Return memory consumption of the type object.
 __subclasscheck__(self, subclass, /)Check if a class is a subclass.
 __subclasses__(self, /)Return a list of immediate subclasses.
 mro(self, /)Return a type's method resolution order.
 Class methods inherited from builtins.type:
 
 __prepare__(...) from builtins.type__prepare__() -> dictused to create the namespace for the class statement
 Static methods inherited from builtins.type:
 
 __new__(*args, **kwargs) from builtins.typeCreate and return a new object.  See help(type) for accurate signature.
 Data descriptors inherited from builtins.type:
 
 __abstractmethods__
 __dict__
 __text_signature__
 Data and other attributes inherited from builtins.type:
 
 __base__ = <class 'type'>type(object_or_name, bases, dict)type(object) -> the object's type
 type(name, bases, dict) -> a new type
 __bases__ = (<class 'type'>,)
 __basicsize__ = 904
 __dictoffset__ = 264
 __flags__ = 2148291584
 __itemsize__ = 40
 __mro__ = (<class '.wrappertype'>, <class 'type'>, <class 'object'>)
 __weakrefoffset__ = 368
 |  |