gpt4 book ai didi

c++ - 从 OpenCV 3 中的 VideoCapture 获取垫子

转载 作者:太空宇宙 更新时间:2023-11-03 22:57:47 26 4
gpt4 key购买 nike

我正在尝试从相机中捕捉视频,我需要能够将帧拉成垫子。我以前在 C++ 的 OpenCV 2.4.9 中做过这个,但是使用最新的 3.0 构建我的程序崩溃。

Mat frame;
VideoCapture capture;
capture = VideoCapture(0);
if (!capture.isOpened())
{
// Just a check. Program does not enter this
}

m_capture >> m_frame; // Program breaks here

相同的代码在 2.4.9 上运行良好,所以我在这里有点难过。

最佳答案

我想通了。而不是做 capture = VideoCapture(0);我只需要做 m_capture.open(0);

关于c++ - 从 OpenCV 3 中的 VideoCapture 获取垫子,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25651668/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com