I'm on MacOS, but would also appreciate guidance for Ubuntu 20.04.
I'm trying to run the example CMake project provided by the DepthAI team here, but I see the following output:
[14442C103144DED600] [0.1] [1.287] [ColorCamera(0)] [error] Camera not detected on socket: 0
What's interesting is the program works just fine after I run the DepthAI Viewer python module. I guess it validates my camera working (which is nice) but I need my program to work in isolation. What is DepthAI viewer doing that I'm missing?
I've set up the SDK on my machine following the instructions here for MacOS.
How can I resolve this behavior?