omv — OpenMV Cam Information
The omv module is used to get OpenMV Cam information.
Functions
-
omv.version_string() → str
Returns the firmware version string (e.g. "2.8.0").
-
omv.arch() → str
Returns the board architecture string.
-
omv.board_type() → str
Returns the board type string.
-
omv.board_id() → str
Returns the board id string.
-
omv.debug_mode() → bool
Returns True if the OpenMV debug protocol is currently active
(i.e. the cam is connected to the IDE), False otherwise.
Constants
-
omv.version_major: int
The firmware major version number.
-
omv.version_minor: int
The firmware minor version number.
-
omv.version_patch: int
The firmware patch version number.