enum ncStatus_t
Info |
Value |
Header |
mvnc.h |
Version |
2.0 |
See also |
|
Overview
A value from this enumeration is returned from most of the C API functions.
Constant |
Description |
NC_OK |
The function call worked as expected. |
NC_BUSY |
The device is busy; retry later. |
NC_ERROR |
An unexpected error was encountered during the function call. |
NC_OUT_OF_MEMORY |
The host is out of memory. |
NC_DEVICE_NOT_FOUND |
There is no device at the given index or name. |
NC_INVALID_PARAMETERS |
At least one of the given parameters is invalid in the context of the function call. |
NC_TIMEOUT |
Timeout in the communication with the device. |
NC_MVCMD_NOT_FOUND |
The file to boot the device was not found. This file typically has the extension .mvcmd and should be installed during the NCSDK installation. This message may mean that the installation failed. |
NC_NOT_ALLOCATED |
The graph or fifo has not been allocated. |
NC_UNAUTHORIZED |
An unauthorized operation has been attempted. |
NC_UNSUPPORTED_GRAPH_FILE |
The graph file may have been created with an incompatible prior version of the Toolkit. Try to recompile the graph file with the version of the Toolkit that corresponds to the API version. |
NC_UNSUPPORTED_CONFIGURATION_FILE |
Reserved for future use. |
NC_UNSUPPORTED_FEATURE |
Operation attempted a feature that is not supported by this firmware version. |
NC_MYRIAD_ERROR |
An error has been reported by Intel® Movidius™ VPU. Use ncGraphGetOption() for NC_RO_GRAPH_DEBUG_INFO and ncDeviceGetOption for NC_RO_DEVICE_DEBUG_INFO to get more information on the error. |
NC_INVALID_DATA_LENGTH |
An invalid data length has been passed when getting or setting an option. |
NC_INVALID_HANDLE |
An invalid handle has been passed to a function. |