Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 238 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 238 Bytes

OpenCV-Cpp-Project

Image or video capturing and reproducing using OpenCV and C++ Follow below steps to run the application in linux. compile -> g++ -g test2.cpp -o test2.exe pkg-config --cflags --libs opencv4 run -> sudo ./test2.exe