This project demonstrates real-time video processing using OpenCV and OpenGL with both CPU and GPU filtering and transformation modes.
-
Open the project folder in VS Code.
-
Open the command palette:
- Press
Ctrl + Shift + P(orCmd + Shift + Pon macOS).
- Press
-
Run CMake configuration:
- Type and select
CMake: Configure. - When prompted for a kit, choose
Visual Studio (amd64).
VS Code will now generate the build files and configure the CMake environment.
- Type and select
-
Wait for the build configuration to finish (you’ll see
[cmake] Build finished successfullyin the output).
- Open the command palette again with
Ctrl + Shift + P. - Select
CMake: Run Without Debugging. - The program will now compile (if needed) and launch directly.
- After the first run, you can run the exe file through VS Code directly.