-
Notifications
You must be signed in to change notification settings - Fork 125
Got error message "no module named mvnc" when running SingleStickSSDwithRealSense.py #21
Comments
No. SingleStickSSDwithRealSense.py -> for NCSDK |
Thanks for reply. ps: Intel RealsenseD435 is attached and Realsense sdk 2.0 is installed. |
Please see the following. |
Thanks PINTO039. Some articles mentioned that Color modes only support in USB3.0. Raspberry Pi 3 only equips USB2.0. However, your demonstration seems is executed on Raspberry 3 Pi. So strange.. |
Please see the following. I do not strongly recommend 5.11.
$ git clone -b v2.16.5 https://github.com/IntelRealSense/librealsense.git
$ cd ~/librealsense
$ git checkout -b v2.16.5
$ mkdir build;cd build
$ cmake .. -DBUILD_EXAMPLES=true -DCMAKE_BUILD_TYPE=Release
# For RaspberryPi3
$ make -j1
$ sudo make install |
Really appreciate your kind response. |
[Required] Your device (RaspberryPi3, LaptopPC, or other device name): Raspberry PI3
[Required] Your device's CPU architecture (armv7l, x86_64, or other architecture name): armv7l
[Required] Your OS (Raspbian, Ubuntu1604, or other os name): Raspbian
[Required] Details of the work you did before the problem occurred:
Finish all steps described in the article.
[Required] Error message:
ImportError: No module named 'mvnc'
[Required] Overview of problems and questions:
Does OpenVino include mvnc?
The text was updated successfully, but these errors were encountered: