It looks like you're new here. If you want to get involved, click one of these buttons!
Sign InIt looks like you're new here. If you want to get involved, click one of these buttons!
Hi,
I'm facing some issues when running sample OpenVINO application on Movidius platform. I needed help regarding the same. Below are the details:
I am trying to run the security_barrier_camera demo application with -d MYRIAD and seeing following errors -
[ INFO ] Loading Vehicle Detection model to the MYRIAD plugin
[ ERROR ] Cannot init USB device: NC_DEVICE_NOT_FOUND
Error on or near line 150; exiting with status 1
PS: I am using a movidus connected to ApolloLake using PCi slot, and not Movidus Compute Stick connected via USB
Comments
Hi @MAHESH_G_R,
Thanks for reaching out. I am not sure which guide you have followed or the steps you have taken, if you could provide more information it would be great. Taking a quick glance at the OpenVINO documentation, it looks like there are additional steps to interface with your device via PCIe. Please follow the "Additional Installation Steps for Intel® Vision Accelerator Design with Intel® Movidius™ VPUs" under the Optional Steps section in the Installation Guides listed below, if not already done so, hopefully this resolves your issue.
If you need OpenVINO support for FPGA I believe the Install Guide is quite different from the rest, find the guide here https://software.intel.com/en-us/articles/openvino-install-linux-fpga. I'd suggest to also post your question in the OpenVINO forums here https://software.intel.com/en-us/forums/computer-vision.
Regards,
@Luis_at_Intel
Hi @Luis_at_Intel ,
Thanks for the reply, I tried the additional steps as mentioned for Linux.
Using this - Additional Installation Steps for Intel® Vision Accelerator Design with Intel® Movidius™ VPUs,
In step 3 - cd ${HDDL_INSTALL_DIR} , I observed my terminal navigating back to home directory rather than a required location/path,
also noticed that ${HDDL_INSTALL_DIR} is nowhere set (checked using echo on terminal)
Thanks & Regards
Mahesh G R