Types

class quanser.multimedia.types.VideoCaptureAttribute(property_code, value, manual=False, is_enumeration=False)

A video capture attribute.

is_enumeration

True if the value is specified as 1..N; False if it is specified as 0..100%.

manual

True if the property is being set manually; False if it is configured as automatic.

property_code

The video capture property code.

value

The value when the property is being set manually (either 0..100% or 1..N).