本文介绍了使用C ++将相机添加到窗口的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
你好,
我正在尝试使用c ++在窗口上显示网络摄像头.
为此,我使用createwindowex()函数创建了一个窗口,并且需要在这个窗口中
添加相机.我使用opencv尝试访问相机,但未显示
窗也.我尝试了很多方法,但没有显示相机.
有人能以其他方式建议我吗?
在此先感谢您.
Hello,
I am trying to show a webcam on the window using c++.
For that i created a window with createwindowex() function and to this window i need
to add the camera. Using opencv i tried access the camera but it is not displaying the
window also. i tried in many ways but not displaying the camera.
can anyone suggest me in other way.
Thanks in advance.
推荐答案
这篇关于使用C ++将相机添加到窗口的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!