Hello!
I am using the OAK D Lite for a project. I have it connected to my Windows10 laptop via the USB 3 cable.
After launching deopth ai demo I slect the misc tab and then i run UVC mode (webcam).
However, when running my code
cap = cv2.VideoVapture(0)
it often opens my laptop webcam instead of using my OAk D Lite. I also tries changing the value, but it does not help
How can I force my laptop to use the external camera?