I gave up on the instructions in the readme. I got the C++ edge detection code to work by creating a visual studio console application.
I battled with the linking.
How many libraries ( .dll or .lib ) would have to be included in a production solution?
depthai-core.lib, depthai-resources.lib, libusb-1.0.lib
opencv_world400.dll (anything else for OpenCV?)
Then there was undefined symbol from a Windows DLL called pathcch.lib
Now for Open CV, is that used only to display images in the example? I would prefer not to have to add all of Open CV to a production solution.
A different question: What is the folder called .howard used for?
Thank you