- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I'm using the Neural Compute Stick 2 with a Python Program presented on: https://software.intel.com/en-us/articles/transitioning-from-intel-movidius-neural-compute-sdk-to-openvino-toolkit
I get the error of: "E: [ncAPI] [ 899176] ncDeviceCreate:354 global mutex initialization failed" when running the code, though I don't know why.
Brian
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @kranok ,
Thanks for reaching out. Not sure what the problem could be, could you make sure that the OpenVINO toolkit env variables have been set prior your code execution? You do this by running
source /opt/intel/computer_vision_sdk/bin/setupvars.sh
or source <'your-install-directory'>/computer_vision_sdk/bin/setupvars.sh
. I also found a couple of people that ran into this issue with the demo examples, they only needed to launch a new terminal window and re-run the code. For another user a restart of the host system was required to solve the problem. Are you running OpenVINO on Linux or Windows? Is it a VM? What version of the OpenVINO toolkit are you using?Hope you find this information helpful, let me know if any of these worked for you. I'd suggest to also post your question in the Computer Vision forum.
Regards,
@Luis_at_Intel
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