1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

Merge pull request #27509 from vrabaud:videoio

Include opencv2/videoio.hpp
This commit is contained in:
Alexander Smorkalov
2025-07-04 11:59:49 +03:00
committed by GitHub
@@ -4,7 +4,7 @@
#include <jni.h>
#include "opencv_java.hpp"
#include "opencv2/core.hpp"
#include "opencv2/videoio/videoio.hpp"
#include "opencv2/videoio.hpp"
class JavaStreamReader : public cv::IStreamReader
{