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

[help] debug for Exception: mvncStatus.TIMEOUT in OpenDevice

idata
Employee
650 Views

environment: docker in embedded linux (X64 NAS)

 

docker command:

 

sudo docker run -it --net=host -v /share/:/photo/ -v /dev:/dev --name ncsdk_container_test xshan1/ncsdk_container bash

 

output:

 

Traceback (most recent call last):

 

File "run.py", line 262, in

 

sys.exit(main())

 

File "run.py", line 215, in main

 

device.OpenDevice()

 

File "/usr/local/lib/python2.7/dist-packages/mvnc/mvncapi.py", line 147, in OpenDevice <-- not even open device

 

raise Exception(Status(status))

 

Exception: mvncStatus.ERROR

 

lsusb:(connected to usb 2.0 hub to down grade speed)

 

Bus 002 Device 002: ID 8087:8000 Intel Corp.

 

Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

 

Bus 001 Device 002: ID 8087:8008 Intel Corp.

 

Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

 

Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub

 

Bus 003 Device 104: ID 05e3:0736 Genesys Logic, Inc. microSD Reader/Writer

 

Bus 003 Device 103: ID 03e7:2150

 

Bus 003 Device 102: ID 05e3:0608 Genesys Logic, Inc. Hub

 

Bus 003 Device 002: ID 125f:601a A-DATA Technology Co., Ltd.

 

Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

 

※If movidius connected to USB3.0 port in NAS directly I got only "segmentation fault" ,no traceback printed

 

Anyone has hint for debugging??

0 Kudos
0 Replies
Reply