[BUG] image still doesnt work
This commit is contained in:
8
src/computervision/VideoCapture.h
Normal file
8
src/computervision/VideoCapture.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
#include <opencv2/videoio.hpp>
|
||||
#include <opencv2/highgui.hpp>
|
||||
#include <opencv2/video.hpp>
|
||||
|
||||
namespace videocapture {
|
||||
cv::VideoCapture getCap();
|
||||
}
|
||||
Reference in New Issue
Block a user