filmov
tv
01 Build and Install OpenCV with Visual Studio Community 2019 IDE in CMake for Windows
Показать описание
0:07 Install Visual Studio Community 2019 IDE
0:28 Launch Visual Studio Community 2019 IDE
1:23 Switch to Folder View
1:30 Install OpenCV x64-Debug (default)
1:50 Open CMake Settings for OpenCV
2:00 Add x64-Release Configuration
2:06 Select x64-Release Configuration
2:12 Change Configuration type from RelWithDebInfo to Release
2:27 Change Configuration to x64-Release
2:40 Install OpenCV x64-Release
2:59 Create Project Folder
3:10 Open Visual Studio Community 2019 IDE
3:15 Open recently created local Project Folder
4:21 Add an Application Folder to the Project
7:25 add_subdirectory Application to the Project
7:43 Notice a CMake Error
7:57 Open CMake Settings for Application
8:04 Set OpenCV_DIR to ../opencv/out/install/x64-Debug (default)/x64/vc16/lib and save
9:58 Notice System error
10:16 Navigate and copy the location of OpenCV x64-Debug (default) dlls
10:43 Set Path Environment Variable to the location of OpenCV x64-Debug (default) dlls
11:06 Set Path Environment Variable to the location of OpenCV x64-Release dlls
11:34 Notice System error again and reload Visual Studio Community 2019 IDE
12:16 Switch to Application .exe file and launch
12:23 Notice successful launch
12:36 Add x64-Release Configuration in CMake Settings for Application
12:46 Select x64-Release Configuration in CMake Settings
12:47 Change Configuration type from RelWithDebInfo to Release in CMake Settings
13:03 Change Configuration to x64-Release
13:09 Notice a CMake Error
13:17 Set OpenCV_DIR to ../opencv/out/install/x64-Release/x64/vc16/lib and save
13:46 Switch to Application .exe file and launch
13:57 Notice successful launch
0:28 Launch Visual Studio Community 2019 IDE
1:23 Switch to Folder View
1:30 Install OpenCV x64-Debug (default)
1:50 Open CMake Settings for OpenCV
2:00 Add x64-Release Configuration
2:06 Select x64-Release Configuration
2:12 Change Configuration type from RelWithDebInfo to Release
2:27 Change Configuration to x64-Release
2:40 Install OpenCV x64-Release
2:59 Create Project Folder
3:10 Open Visual Studio Community 2019 IDE
3:15 Open recently created local Project Folder
4:21 Add an Application Folder to the Project
7:25 add_subdirectory Application to the Project
7:43 Notice a CMake Error
7:57 Open CMake Settings for Application
8:04 Set OpenCV_DIR to ../opencv/out/install/x64-Debug (default)/x64/vc16/lib and save
9:58 Notice System error
10:16 Navigate and copy the location of OpenCV x64-Debug (default) dlls
10:43 Set Path Environment Variable to the location of OpenCV x64-Debug (default) dlls
11:06 Set Path Environment Variable to the location of OpenCV x64-Release dlls
11:34 Notice System error again and reload Visual Studio Community 2019 IDE
12:16 Switch to Application .exe file and launch
12:23 Notice successful launch
12:36 Add x64-Release Configuration in CMake Settings for Application
12:46 Select x64-Release Configuration in CMake Settings
12:47 Change Configuration type from RelWithDebInfo to Release in CMake Settings
13:03 Change Configuration to x64-Release
13:09 Notice a CMake Error
13:17 Set OpenCV_DIR to ../opencv/out/install/x64-Release/x64/vc16/lib and save
13:46 Switch to Application .exe file and launch
13:57 Notice successful launch