PerfectShow
PerfectShow copied to clipboard
new issue
I can't find opeCV file in the project.
Hi, @wangranGit
I extract OpenCV project to another repository https://github.com/KAlO2/OpenCV,
and you can see the reference in file .gitmodules
You can download it by git submodule update --init --recursive
command in your root directory.
This will download the OpenCV project, and you will see a OpenCV directory in the root directory.
or you can manually download the OpenCV project by the link above.