Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenGL + OpenCV Video Processing App

This project demonstrates real-time video processing using OpenCV and OpenGL with both CPU and GPU filtering and transformation modes.

Building the Project in VS Code

  1. Open the project folder in VS Code.

  2. Open the command palette:

    • Press Ctrl + Shift + P (or Cmd + Shift + P on macOS).
  3. 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.

  4. Wait for the build configuration to finish (you’ll see [cmake] Build finished successfully in the output).


Running the Program

  1. Open the command palette again with Ctrl + Shift + P.
  2. Select CMake: Run Without Debugging.
  3. The program will now compile (if needed) and launch directly.
  4. After the first run, you can run the exe file through VS Code directly.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages