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

How to tell script to use specific MYRIAD device when multple plug in the same pc

whatthisismyname
Beginner
532 Views

How i can tell the code, in python to use specific device, i am using V1 and V2 of the NCS USBs but i dont know how to tell the code to use v1 or v2.

Also if you know how to work with 2 at the time it would be awesome

 

Thanks

Daniel

0 Kudos
3 Replies
Shubha_R_Intel
Employee
532 Views

Hi Daniel. Please follow this thread. I think it will help you.

https://software.intel.com/en-us/forums/computer-vision/topic/801648

0 Kudos
whatthisismyname
Beginner
532 Views

thanks for the reply Ill read it for sure, but i am not looking to use 2 Sticks on the same device. i am trying to use 2 sticks for 2 different scripts i got 1 NCSv1 and 1 NCSv2 and i want to run 2 scripts so i want my script to know which one is the v1 so i can run that script with the v1 only.

 

0 Kudos
whatthisismyname
Beginner
532 Views

ok, i found this:
The application should create an ExecutableNetwork instance for each device in the host system for maximum performance. However, there is nothing in the API that ties an ExecutableNetwork to a particular device.

on this link: 

https://software.intel.com/en-us/articles/transitioning-from-intel-movidius-neural-compute-sdk-to-openvino-toolkit

 

i guess is not possible.

0 Kudos
Reply