Hello,
I am trying to get the C++ DepthAI code examples up and running in Microsoft Visual Studio on my Windows 10 PC. The Python examples ran without a hitch, but we also code in the C++ world. Right now I can't get past the very first line of code:
dai:ipeline pipeline;
I've spent two days trying all of the tricks I can think of and always end up with "Couldn't initialize XLink: X_LINK_ERROR". I am trying to connect to the OAK camera via LAN. Any help or sample Visual Studio Poject/Solution files would be appreciated to help get me off of the ground.
Thank you,
Mark Miller