Hi Erik,
Thanks for your help. I downloaded the project from the link provided by you and did the following.
- Opened the project at depthai-core-mscv_fix\msvc and tried to build it. It could not find some include files. I copied the contents of the include folder to depthai-shared and then the 'file not found' errors vanished. However, I got 'CameraBoardSocket': is not a member of 'dai' error.
- I started CMake and ran Configure in the CMake UI. After doing configuration I clicked Generate and got an error saying 'Cannot find source file: depthai-core-mscv_fix/shared/depthai-shared/src/datatype/DatatypeEnum.cpp'. I searched the parent folder but this file does not exist in it.
- I saw that ALL_BUILD.vcxproj and other prj and sln files had been generated in the build folder by CMake. I opened ALL_BUILD.vcxproj in VS2015, changed the Platform Toolset to V14.0 and tried to build the project but got compile errors saying 'CameraBoardSocket' was not a member of dai
What am I doing wrong?
Thanks
Kishor