Enumerations

class quanser.multimedia.enumerations.ImageDataType

The image data type.

DOUBLE = 4

Double-precision floating-point number.

SINGLE = 3

Single-precision floating-point number.

UINT16 = 1

16-bit unsigned integer.

UINT32 = 2

32-bit unsigned integer.

UINT8 = 0

8-bit unsigned integer.

class quanser.multimedia.enumerations.ImageFormat

The image format.

COL_MAJOR_GREYSCALE = 1

Column major H x W

COL_MAJOR_PLANAR_RGB = 0

Column-major planar RGB H x W x 3

COMPRESSED = 4

Compressed image (must be ImageDataType.UINT8 in this case)

ROW_MAJOR_GREYSCALE = 3

Row-major W x H suitable for OpenCV CV_8UC1 matrices (image data type must be IMAGE_DATA_TYPE_UINT8 or ``IMAGE_DATA_TYPE_UINT16 in this case)

ROW_MAJOR_INTERLEAVED_BGR = 2

Row-major interleaved BGR 3 x W x H suitable for OpenCV CV_8UC3 matrices (must be ImageDataType.UINT8 in this case).

class quanser.multimedia.enumerations.Video3DDistortionModel

The video3d distortion model code.

BROWN_CONRADY = 4

Brown-Conrady distortion

FTHETA = 3

F-Theta distortion

INVERSE_BROWN_CONRADY = 2

Inverse Brown-Conrady distortion

KANNALA_BRANDT4 = 5

Kannala-Brandt4 distortion

MODIFIED_BROWN_CONRADY = 1

Modified Brown-Conrady distortion

NONE = 0

Mo distortion

class quanser.multimedia.enumerations.Video3DProperty

The video3d property code.

BACKLIGHT_COMPENSATION = 0

The backlight compensation property.

BRIGHTNESS = 1

The brightness property.

CONTRAST = 2

The contrast property.

ENABLE_AUTO_EXPOSURE = 10

The enable auto exposure property.

ENABLE_AUTO_WHITE_BALANCE = 11

The enable auto white balance property.

ENABLE_EMITTER = 12

The enable emitter property.

EXPOSURE = 3

The exposure property.

GAIN = 4

THe gain property.

GAMMA = 5

The gamma property.

HUE = 6

The hue property.

SATURATION = 7

The saturation property.

SHARPNESS = 8

The sharpness property.

VISUAL_PRESET = 13

The visual preset property.

WHITE_BALANCE = 9

The white balance property.

class quanser.multimedia.enumerations.Video3DStreamType

The video3d stream type.

ACCELEROMETER = 5

Indicates an accelerometer stream.

COLOR = 1

Indicates a color stream.

DEPTH = 0

Indicates a depth stream.

FISHEYE = 3

Indicates a fisheye stream.

GYROSCOPE = 4

Indicates a gyroscope stream.

INFRARED = 2

Indicates an infrared stream.

POSE = 6

Indicates a pose stream.

class quanser.multimedia.enumerations.VideoCaptureColorEffect

The video capture color effect.

ANTIQUE = 14

An antique color effect.

AQUA = 10

An aqua color effect.

ART_FREEZE = 11

An art freeze color effect.

BLACK_AND_WHITE = 1

A black and white color effect.

EMBOSS = 4

An emboss color effect.

GRASS_GREEN = 7

A grass green color effect.

NEGATIVE = 3

A negative color effect.

NONE = 0

No color effect.

SEPIA = 2

A Sepia color effect.

SILHOUETTE = 12

A silhouette color effect.

SKETCH = 5

A sketch color efffect.

SKIN_WHITEN = 8

A skin whiten color effect.

SKY_BLUE = 6

A sky blue color effect.

SOLARIZATION = 13

A solarization color effect.

VIVID = 9

A vivid color effect.

class quanser.multimedia.enumerations.VideoCapturePropertyCode

The video capture property code.

BACKLIGHT_COMPENSATION = 8

The backlight compensation.

BRIGHTNESS = 0

The brightness.

COLOR_EFFECT = 6

The color effect.

CONTRAST = 1

The contrast.

EXPOSURE = 14

The exposure.

FOCUS = 16

The focus.

GAIN = 9

The gain.

GAMMA = 5

The gamma.

HUE = 2

The hue.

IRIS = 15

Iris.

PAN = 10

The pan.

ROLL = 12

The roll.

SATURATION = 3

The saturation.

SHARPNESS = 4

The sharpness.

TILT = 11

The tilt.

WHITE_BALANCE = 7

The white balance.

ZOOM = 13

The zoom.