简体   繁体   中英

How to get Usb camera frames in c++

我有一台USB相机,现在我必须查找相机是否已连接到我的计算机(Windows)中。如果已连接,则必须发送帧,如何在不使用opencv的c ++中进行操作。...

I'm not familiar with the Windows API for performing IO on cameras, but I think that you might find Capturing Video from Web-camera on Windows 7 and 8 by using Media Foundation interesting. The author used to depend on videoInput but then resorted to implementing his own lib.

You can also find a detailed (but old) tutorial here .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM