class GlobalOption(enum.Enum)

Info Value
Package mvnc
Module mvncapi
Version 2.0
See also global_set_option(), global_get_option()

GlobalOption is an enumeration that defines application-level options that can be read with global_get_option() or set with global_set_option().

Option Option Type Possible Values Description
RW_LOG_LEVEL int Values in the LogLevel enumeration The logging level for the application.
RO_API_VERSION numpy.ndarray of 4 unsigned ints [major, minor, hotfix, release] The API version.

Notes

  • Options prefixed with ‘RW’ have read/write permission and are both gettable and settable.
  • Options prefixed with ‘RO’ have read-only permission and are only gettable.