Trouble VS2017 built a project with different name
I am puzzled here. I followed the instructions to get a solution running with OpenCV. One of the project compiled (CannyStill) not the othe (UVCTest). Can not tell what I am missing. I was working on a sample from Github https://github.com/MicrocontrollersAn...
It is a copy of the first one. Butchange the name of the project to my own version.
i removed your screenshot, is useless here (can't be indexed / quoted).
but you'll have to tell us more detailled, with which examples exactly you're trying (do you have a link to it ?), the opencv version, etc.
The screenshot shows all the built errors. It was very relevant. The project CannyStill compiled fine, but when I created a copy with another name (UVC) will not compile.
ok, restored. but again, there is no such thing as an UVC or a CannyStill sample in the opencv codebase, right ?
throw out all stdafx.h targetver.h stdafx.cpp (you don't need any of it), and disable precompiled headers.
cleanup (delete all temps) and try again
(it's also not really an opencv problem, you broke the copy of your project in vs)
uhmm.. I was working from a tutorial at Github. https://github.com/MicrocontrollersAn... . I just learned here that there is a codebase . DO not have it forked. Will look at it . Thanks.