You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -206,6 +207,31 @@ The udev rule is decribed `here <https://docs.luxonis.com/en/latest/pages/faq/#d
206
207
207
208
Solution provided by `Manuel Segarra-Abad <https://github.com/maseabunikie>`__
208
209
210
+
VMware
211
+
******
212
+
213
+
Using the OAK-D device in a VMware requires some extra one-time settings that need to be set up for it to work.
214
+
215
+
First of all, make sure the USB controller is switched from USB2 to USB3. Go to :code:`Virtual Machine Settings -> USB Controller -> USB compatibility` and change
216
+
to USB 3.1 (or USB 3.0 for older VMware versions, as available).
217
+
218
+
Depending on what state the device is, there could be two devices showing up, and both need to be routed to the VM.
219
+
Those could be visible at :code:`Player -> Removable Devices`:
220
+
221
+
* Intel Movidius MyriadX
222
+
* Intel VSC Loopback Device or Intel Luxonis Device
223
+
224
+
In Linux OS, run these commands to give USB permissions for the regular user:
225
+
226
+
.. code-block:: bash
227
+
228
+
echo'SUBSYSTEM=="usb", ATTRS{idVendor}=="03e7", MODE="0666"'| sudo tee /etc/udev/rules.d/80-movidius.rules
229
+
sudo udevadm control --reload-rules && sudo udevadm trigger
230
+
231
+
If Virtual Machine doesn't detect the device, try the following: find and select option like *Forget connection rule* (for both devices), then try running
232
+
the DepthAI example again inside the VM. Choose to route to VM and select to *not ask again* (this is important, as there is a timeout, and the device
233
+
watchdog could get triggered if the host doesn't start communication in few seconds). You may need to repeat running the script a few times, until all gets
0 commit comments