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.
6403 Discussions

Why can't run on Neural Compute Stick 1 and 2?

nnain1
New Contributor I
406 Views

I followed how to configure Neural Compute Stick USB Driver on my USquared board with Intel Atom processor using Ubuntu 16.04.

cd ~/intel/openvino/install_dependencies

./install_NCS_udev_rules.sh

sudo cp /opt/intel/openvino/inference_engine/external/97-myriad-usbboot.rules /etc/udev/rules.d/

sudo udevadm control --reload-rules

sudo udevadm trigger

sudo ldconfig

 

But when i run test application

./recognition -i "/home/upsquared/TestVideos/IMG_5715.MOV" -d MYRAID

I have the following error.

InferenceEngine:
    API version ............ 1.6
    Build .................. custom_releases/2019/R1_c9b66a26e4d65bb986bb740e73f58c6e9e84c7c2
[ INFO ] Parsing input parameters
[ INFO ] Reading input
[ INFO ] Loading plugin
[ ERROR ] Cannot find plugin for device: Default

0 Kudos
2 Replies
Shubha_R_Intel
Employee
406 Views

Dearest naing, nyan,

Got this info from here:

https://github.com/intel-iot-devkit/smart-video-workshop/blob/master/HW-Acceleration-with-Movidious-NCS/README.md

Can you kindly do a lsusb ?

The output will be If using NCS1,

Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 001 Device 015: ID 03e7:2150

If using NCS2,

Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 001 Device 015: ID 03e7:2485

Here ID 03e7:2150 without a description string is the Movidius device.

0 Kudos
nnain1
New Contributor I
406 Views

Thanks it works now.

0 Kudos
Reply