class documentation

class SharpnessMethod(enum.IntFlag): (source)

View In Hierarchy

The possible SharpnessMethods for autofocus.

Use powers of two for the methods so they can be selected bitwise. This allows choosing what to record as the sum of methods.

Constant FOCUS_FOM Undocumented
Constant JPEG Undocumented
FOCUS_FOM: int = (source)

Undocumented

Value
2
JPEG: int = (source)

Undocumented

Value
1