Copy frames captured with OpenCV to a SDL texture
Assuming '$project_dir' is the directory where this project lives
- Download OpenCV and unzip somewhere
- Build it
- cd $somewhere
- mkdir build
- cd build
- cmake .. && cmake --build .
Download SDL 2 development libraries and unzip to '$project_dir\vendor\sdl2'
- cd $project_dir
- mkdir build
- cd build
- cmake -DOpenCV_DIR=$somewhere/build .. && cmake --build .