[BUG] image still doesnt work

This commit is contained in:
Jasper
2021-05-28 16:49:13 +02:00
parent 40529f84b3
commit 9d80cddbd1
8 changed files with 43 additions and 22 deletions

View File

@@ -0,0 +1,8 @@
#pragma once
#include <opencv2/videoio.hpp>
#include <opencv2/highgui.hpp>
#include <opencv2/video.hpp>
namespace videocapture {
cv::VideoCapture getCap();
}