- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@scarlyon
NCSDK does not support NCS2.
Please use OpenVINO.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page