My company recently purchased a few OAK-1 lite cameras. They computer they will be connected to is a Windows 10 OS. How do we get these to work with WIN10? Looking for a simple solution for someone not familiar with Python
How to connect OAK-1 lite to a windows OS
Thank you for the reply. I actually found this later yesterday and it does work.
Problem we are having is the application they are using doesn't recognize the camera is present.
I still need to do more investigation into this. But I'm further along than I was.
They are using something called LabEye.
Hi @tcully
The camera won't be recognized in other programs since it uses depthai library to communicate with the PC.
You can run the UVC example and convert the device into USB plug and play camera. https://docs.luxonis.com/projects/api/en/latest/components/nodes/uvc/
Thanks,
Jaka