Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.

Cannot open NCS V2

idata
Employee
754 Views

I was able to install ncsdk v2 on my Ubuntu machine and got the stick(v2) connected.

 

But after the successful compilation, I can't open the device:

 

work@work-MS-7788:~$ python3 Python 3.5.2 (default, Nov 12 2018, 13:43:14) [GCC 5.4.0 20160609] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import mvnc.mvncapi as fx >>> fx.global_set_option(fx.GlobalOption.RW_LOG_LEVEL, 0) >>> devices = fx.enumerate_devices() D: [ 0] ncDeviceCreate:308 ncDeviceCreate index 0 D: [ 0] ncDeviceCreate:308 ncDeviceCreate index 1 >>> devices [c_void_p(26912096)] >>> dev = fx.Device(devices[0]) >>> dev.open() D: [ 0] ncDeviceOpen:524 File path /usr/local/lib/mvnc/MvNCAPI-ma2480.mvcmd W: [ 0] ncDeviceOpen:528 ncDeviceOpen() XLinkBootRemote returned error 3 Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/local/lib/python3.5/dist-packages/mvnc/mvncapi.py", line 446, in open raise Exception(Status(status)) Exception: Status.ERROR

 

Any idea?

0 Kudos
1 Reply
idata
Employee
433 Views

@scarlyon

 

NCSDK does not support NCS2.

 

Please use OpenVINO.
0 Kudos
Reply