class Status(enum.Enum)

Info Value
Package mvnc
Module mvncapi
Version 2.0
See also  

Status is an enumeration that defines status codes returned from calls to the API functions. If the underlying C API returns a non-zero status, an exception is usually raised with the corresponding status.

Enumeration Member Description
OK The function call worked as expected.
BUSY The device is busy; retry later.
ERROR An unexpected error was encountered during the function call.
OUT_OF_MEMORY The host is out of memory.
DEVICE_NOT_FOUND There is no device with the given index or identifier.
INVALID_PARAMETERS At least one of the given parameters is invalid in the context of the function call.
TIMEOUT Timeout in the communication with the device.
MVCMD_NOT_FOUND The file named ‘MvNCAPI.mvcmd’ should be installed in the mvnc directory. This message means that the file has been moved or installer failed.
NOT_ALLOCATED The Graph or Fifo has not been allocated.
UNAUTHORIZED An unauthorized operation has been attempted.
UNSUPPORTED_GRAPH_FILE The graph file is corrupt or may have been created with an incompatible prior version of the NCSDK. Try to recompile the graph file with the version of the toolkit that corresponds to the API version.
UNSUPPORTED_CONFIGURATION_FILE Reserved for future use.
UNSUPPORTED_FEATURE This feature is not supported by this firmware version.
MYRIAD_ERROR An error has been reported by the Intel® Movidius™ VPU. See DeviceOption.RO_DEBUG_INFO and GraphOption.RO_DEBUG_INFO to get more information on the error.
INVALID_DATA_LENGTH An invalid data length has been passed when getting or setting an option.