tcully 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
jakaskerl Hi @tcully You can follow the guide here and use the prebuilt installer to get up and running. Thanks, Jaka
tcully jakaskerl 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.
jakaskerl 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
tcully jakaskerl Thank you for the reply. Are you saying there is a way to convert the hardware to a plug and play so it can be seen by other applications? I am not familiar with Python or C++. It appears that is what is needed to make this work, Am I correct?
jakaskerl Hi @tcully Yes, the only thing needed is to run the UVC script and the OAK should be visible inside other apps. One note, you have to keep the script running, closing it will return the OAK to normal operation mode. Thanks, Jaka