实例介绍
qt+directshow usb摄像头及音频设备录制视频的例子,希望大家少走弯路。
【实例截图】
【核心代码】
418ebb42-c98e-4f7b-b299-b67149aed2a4
├── directshow
│ ├── directshow
│ │ ├── BaseClasses
│ │ │ ├── amextra.h
│ │ │ ├── amfilter.h
│ │ │ ├── cache.h
│ │ │ ├── checkbmi.h
│ │ │ ├── combase.h
│ │ │ ├── cprop.h
│ │ │ ├── ctlutil.h
│ │ │ ├── ddmm.h
│ │ │ ├── Debug
│ │ │ │ └── strmbasd.lib
│ │ │ ├── dllsetup.h
│ │ │ ├── dxmperf.h
│ │ │ ├── fourcc.h
│ │ │ ├── measure.h
│ │ │ ├── msgthrd.h
│ │ │ ├── mtype.h
│ │ │ ├── outputq.h
│ │ │ ├── perflog.h
│ │ │ ├── perfstruct.h
│ │ │ ├── pstream.h
│ │ │ ├── pullpin.h
│ │ │ ├── refclock.h
│ │ │ ├── reftime.h
│ │ │ ├── Release
│ │ │ │ └── strmbase.lib
│ │ │ ├── renbase.h
│ │ │ ├── schedule.h
│ │ │ ├── seekpt.h
│ │ │ ├── source.h
│ │ │ ├── streams.h
│ │ │ ├── strmctl.h
│ │ │ ├── sysclock.h
│ │ │ ├── transfrm.h
│ │ │ ├── transip.h
│ │ │ ├── videoctl.h
│ │ │ ├── vtrans.h
│ │ │ ├── winctrl.h
│ │ │ ├── winutil.h
│ │ │ ├── wxdebug.h
│ │ │ ├── wxlist.h
│ │ │ └── wxutil.h
│ │ ├── common.h
│ │ ├── Debug
│ │ │ ├── directshow.Build.CppClean.log
│ │ │ └── directshow.log
│ │ ├── devicedialog.cpp
│ │ ├── devicedialog.h
│ │ ├── devicedialog.ui
│ │ ├── directshow.cpp
│ │ ├── directshow.h
│ │ ├── directshow.qrc
│ │ ├── directshow.ui
│ │ ├── directshow.vcxproj
│ │ ├── directshow.vcxproj.filters
│ │ ├── directshow.vcxproj.user
│ │ ├── GMFBridge_h.h
│ │ ├── main.cpp
│ │ ├── PreviewController.cpp
│ │ ├── PreviewController.h
│ │ ├── Release
│ │ │ ├── directshow.Build.CppClean.log
│ │ │ └── directshow.log
│ │ ├── SmartPtr.h
│ │ └── WTL10_7336
│ │ ├── AppWizard
│ │ │ ├── Files
│ │ │ │ ├── HTML
│ │ │ │ │ └── 1033
│ │ │ │ │ ├── AppType.htm
│ │ │ │ │ ├── default.htm
│ │ │ │ │ └── UIFeatures.htm
│ │ │ │ ├── Images
│ │ │ │ │ ├── spacer.gif
│ │ │ │ │ ├── WTL10AppWiz_Background.png
│ │ │ │ │ └── WTL10AppWiz.png
│ │ │ │ ├── Scripts
│ │ │ │ │ └── 1033
│ │ │ │ │ └── default.js
│ │ │ │ ├── Templates
│ │ │ │ │ └── 1033
│ │ │ │ │ ├── AboutDlg.cpp
│ │ │ │ │ ├── AboutDlg.h
│ │ │ │ │ ├── ChildFrm.cpp
│ │ │ │ │ ├── ChildFrm.h
│ │ │ │ │ ├── Frame.cpp
│ │ │ │ │ ├── Frame.h
│ │ │ │ │ ├── MainDlg.cpp
│ │ │ │ │ ├── MainDlg.h
│ │ │ │ │ ├── resource.h
│ │ │ │ │ ├── Ribbon.h
│ │ │ │ │ ├── Ribbon.xml
│ │ │ │ │ ├── root.cpp
│ │ │ │ │ ├── rootDoc.ico
│ │ │ │ │ ├── root.h
│ │ │ │ │ ├── root.ico
│ │ │ │ │ ├── root.idl
│ │ │ │ │ ├── rootidl.h
│ │ │ │ │ ├── rootps.def
│ │ │ │ │ ├── rootps.mk
│ │ │ │ │ ├── root.rc
│ │ │ │ │ ├── root.rgs
│ │ │ │ │ ├── stdafx.cpp
│ │ │ │ │ ├── stdafx.h
│ │ │ │ │ ├── Templates.inf
│ │ │ │ │ ├── toolbar.bmp
│ │ │ │ │ ├── View.cpp
│ │ │ │ │ └── View.h
│ │ │ │ ├── WTL10AppWiz.ico
│ │ │ │ ├── WTL10AppWiz.vsdir
│ │ │ │ └── WTL10AppWiz.vsz
│ │ │ └── Setup.js
│ │ ├── Include
│ │ │ ├── atlapp.h
│ │ │ ├── atlcrack.h
│ │ │ ├── atlctrls.h
│ │ │ ├── atlctrlw.h
│ │ │ ├── atlctrlx.h
│ │ │ ├── atlddx.h
│ │ │ ├── atldlgs.h
│ │ │ ├── atldwm.h
│ │ │ ├── atlfind.h
│ │ │ ├── atlframe.h
│ │ │ ├── atlgdi.h
│ │ │ ├── atlmisc.h
│ │ │ ├── atlprint.h
│ │ │ ├── atlres.h
│ │ │ ├── atlribbon.h
│ │ │ ├── atlscrl.h
│ │ │ ├── atlsplit.h
│ │ │ ├── atltheme.h
│ │ │ ├── atluser.h
│ │ │ └── atlwinx.h
│ │ ├── MS-PL.txt
│ │ ├── ReadMe.html
│ │ └── Samples
│ │ ├── Aero
│ │ │ ├── AboutDlg.h
│ │ │ ├── Aero.cpp
│ │ │ ├── Aero.h
│ │ │ ├── Aero.rc
│ │ │ ├── Aero.sln
│ │ │ ├── Aero.vcproj
│ │ │ ├── AeroView.h
│ │ │ ├── MainFrm.h
│ │ │ ├── res
│ │ │ │ ├── Aero.ico
│ │ │ │ └── toolbar.bmp
│ │ │ ├── resource.h
│ │ │ ├── stdafx.cpp
│ │ │ └── stdafx.h
│ │ ├── Alpha
│ │ │ ├── aboutdlg.h
│ │ │ ├── Alpha80.sln
│ │ │ ├── Alpha80.vcproj
│ │ │ ├── Alpha.cpp
│ │ │ ├── Alpha.h
│ │ │ ├── Alpha.rc
│ │ │ ├── mainfrm.h
│ │ │ ├── readme.txt
│ │ │ ├── res
│ │ │ │ ├── Alpha.exe.manifest
│ │ │ │ ├── Alpha.ico
│ │ │ │ ├── toolbar.bmp
│ │ │ │ └── toolbar_old.bmp
│ │ │ ├── resource.h
│ │ │ ├── stdafx.cpp
│ │ │ ├── stdafx.h
│ │ │ └── view.h
│ │ ├── BmpView
│ │ │ ├── BmpView80.sln
│ │ │ ├── BmpView80.vcproj
│ │ │ ├── BmpView.cpp
│ │ │ ├── BmpView.rc
│ │ │ ├── list.h
│ │ │ ├── mainfrm.h
│ │ │ ├── props.h
│ │ │ ├── res
│ │ │ │ ├── BmpView.exe.manifest
│ │ │ │ ├── BmpView.ico
│ │ │ │ ├── Toolbar.bmp
│ │ │ │ └── ToolbarCE.bmp
│ │ │ ├── resourcece.h
│ │ │ ├── resource.h
│ │ │ ├── resourceppc.h
│ │ │ ├── stdafx.cpp
│ │ │ ├── stdafx.h
│ │ │ └── view.h
│ │ ├── GuidGen
│ │ │ ├── aboutdlg.h
│ │ │ ├── GuidGen80.sln
│ │ │ ├── GuidGen80.vcproj
│ │ │ ├── GuidGen.cpp
│ │ │ ├── GuidGen.rc
│ │ │ ├── maindlg.h
│ │ │ ├── res
│ │ │ │ ├── GuidGen.exe.manifest
│ │ │ │ └── GuidGen.ico
│ │ │ ├── resource.h
│ │ │ ├── stdatl.cpp
│ │ │ └── stdatl.h
│ │ ├── MDIDocVw
│ │ │ ├── HELLO.ICO
│ │ │ ├── mainfrm.h
│ │ │ ├── MDI80.sln
│ │ │ ├── MDI80.vcproj
│ │ │ ├── MDI.cpp
│ │ │ ├── MDI.ICO
│ │ │ ├── MDI.rc
│ │ │ ├── res
│ │ │ │ ├── HelloDoc.ico
│ │ │ │ ├── idr_boun.ico
│ │ │ │ ├── MDI.exe.manifest
│ │ │ │ ├── MDI.ICO
│ │ │ │ ├── MDI.RC2
│ │ │ │ └── Toolbar.bmp
│ │ │ ├── resource.h
│ │ │ ├── stdafx.cpp
│ │ │ └── stdafx.h
│ │ ├── MemDlg
│ │ │ ├── AboutDlg.h
│ │ │ ├── AboutDlgIndirect.h
│ │ │ ├── MainFrm.h
│ │ │ ├── MemDlg.cpp
│ │ │ ├── MemDlg.rc
│ │ │ ├── MemDlg.sln
│ │ │ ├── MemDlg.vcproj
│ │ │ ├── res
│ │ │ │ ├── MemDlg.ico
│ │ │ │ └── toolbar.bmp
│ │ │ ├── resource.h
│ │ │ ├── stdafx.cpp
│ │ │ ├── stdafx.h
│ │ │ └── View.h
│ │ ├── MTPad
│ │ │ ├── aboutdlg.h
│ │ │ ├── finddlg.h
│ │ │ ├── mainfrm.h
│ │ │ ├── MTPad80.sln
│ │ │ ├── MTPad80.vcproj
│ │ │ ├── MTPad.cpp
│ │ │ ├── MTPad.h
│ │ │ ├── MTPad.rc
│ │ │ ├── res
│ │ │ │ ├── MTPadDoc.ico
│ │ │ │ ├── MTPad.exe.manifest
│ │ │ │ ├── MTPad.ico
│ │ │ │ ├── printpre.bmp
│ │ │ │ ├── Toolbar.bmp
│ │ │ │ └── ToolbarCE.bmp
│ │ │ ├── resourcece.h
│ │ │ ├── resource.h
│ │ │ ├── stdatl.cpp
│ │ │ ├── stdatl.h
│ │ │ └── view.h
│ │ ├── MTPad7
│ │ │ ├── aboutdlg.h
│ │ │ ├── finddlg.h
│ │ │ ├── mainfrm.h
│ │ │ ├── MTPad7.sln
│ │ │ ├── MTPad.cpp
│ │ │ ├── MTPad.h
│ │ │ ├── mtpad.rc
│ │ │ ├── MTPadRibbon.h
│ │ │ ├── MTPadRibbon.rc
│ │ │ ├── MTPadRibbon.xml
│ │ │ ├── MTPad.vcproj
│ │ │ ├── res
│ │ │ │ ├── ClosePreviewHH.bmp
│ │ │ │ ├── GoToNextHS.bmp
│ │ │ │ ├── GoToPreviousHS.bmp
│ │ │ │ ├── MTPadDoc.ico
│ │ │ │ ├── MTPad.ico
│ │ │ │ ├── PortraitLandscapeHS.bmp
│ │ │ │ ├── printpre.bmp
│ │ │ │ ├── PrintPreviewL.bmp
│ │ │ │ ├── SelectAllS.bmp
│ │ │ │ ├── Toolbar.bmp
│ │ │ │ └── UndoS.bmp
│ │ │ ├── resource.h
│ │ │ ├── stdatl.cpp
│ │ │ ├── stdatl.h
│ │ │ └── view.h
│ │ ├── TabBrowser
│ │ │ ├── AboutDlg.h
│ │ │ ├── AddressCombo.h
│ │ │ ├── BrowserView.h
│ │ │ ├── CustomTabView.h
│ │ │ ├── MainFrm.h
│ │ │ ├── OpenDlg.h
│ │ │ ├── res
│ │ │ │ ├── Go.bmp
│ │ │ │ ├── PageImage.bmp
│ │ │ │ ├── TabBrowser.exe.manifest
│ │ │ │ ├── TabBrowser.ico
│ │ │ │ ├── TabToolbar.bmp
│ │ │ │ ├── Toolbar_Big.bmp
│ │ │ │ └── Toolbar.bmp
│ │ │ ├── resource.h
│ │ │ ├── stdafx.cpp
│ │ │ ├── stdafx.h
│ │ │ ├── TabBrowser80.sln
│ │ │ ├── TabBrowser80.vcproj
│ │ │ ├── TabBrowser.cpp
│ │ │ ├── TabBrowser.h
│ │ │ ├── TabBrowser.rc
│ │ │ └── WindowsDlg.h
│ │ ├── Wizard97Test
│ │ │ ├── help
│ │ │ │ ├── Context.h
│ │ │ │ ├── Context.txt
│ │ │ │ ├── readme-help.txt
│ │ │ │ ├── style.css
│ │ │ │ ├── TestWizard_Completion.html
│ │ │ │ ├── TestWizard_Completion.png
│ │ │ │ ├── TestWizard_Output.html
│ │ │ │ ├── TestWizard_Output.png
│ │ │ │ ├── TestWizard_PathFilter.html
│ │ │ │ ├── TestWizard_PathFilter.png
│ │ │ │ ├── TestWizard_PreviewFileList.html
│ │ │ │ ├── TestWizard_PreviewFileList.png
│ │ │ │ ├── TestWizard_Welcome.html
│ │ │ │ ├── TestWizard_Welcome.png
│ │ │ │ ├── Wizard97Test.hhc
│ │ │ │ ├── Wizard97Test.hhk
│ │ │ │ ├── Wizard97Test.hhp
│ │ │ │ └── Wizard97Test.html
│ │ │ ├── res
│ │ │ │ ├── header.bmp
│ │ │ │ ├── watermark.bmp
│ │ │ │ ├── Wizard97Test.exe.manifest
│ │ │ │ └── Wizard97Test.ico
│ │ │ ├── resource.h
│ │ │ ├── resource.hm
│ │ │ ├── stdafx.cpp
│ │ │ ├── stdafx.h
│ │ │ ├── Wizard
│ │ │ │ ├── FolderDialogStatusText.h
│ │ │ │ ├── TestWizardCompletionPage.cpp
│ │ │ │ ├── TestWizardCompletionPage.h
│ │ │ │ ├── TestWizard.cpp
│ │ │ │ ├── TestWizardFilePreviewPage.cpp
│ │ │ │ ├── TestWizardFilePreviewPage.h
│ │ │ │ ├── TestWizard.h
│ │ │ │ ├── TestWizardInfo.cpp
│ │ │ │ ├── TestWizardInfo.h
│ │ │ │ ├── TestWizardOutputPage.cpp
│ │ │ │ ├── TestWizardOutputPage.h
│ │ │ │ ├── TestWizardPathFilterPage.cpp
│ │ │ │ ├── TestWizardPathFilterPage.h
│ │ │ │ ├── TestWizardSheet.cpp
│ │ │ │ ├── TestWizardSheet.h
│ │ │ │ ├── TestWizardWelcomePage.cpp
│ │ │ │ └── TestWizardWelcomePage.h
│ │ │ ├── Wizard97Test80.sln
│ │ │ ├── Wizard97Test80.vcproj
│ │ │ ├── Wizard97Test.cpp
│ │ │ ├── Wizard97Test.h
│ │ │ └── Wizard97Test.rc
│ │ └── WTLExplorer
│ │ ├── ExplorerCombo.h
│ │ ├── MainFrm.cpp
│ │ ├── mainfrm.h
│ │ ├── res
│ │ │ ├── go.bmp
│ │ │ ├── idt_go1.bmp
│ │ │ ├── Toolbar.bmp
│ │ │ ├── WTLExplorer.exe.manifest
│ │ │ └── WTLExplorer.ico
│ │ ├── resource.h
│ │ ├── ShellMgr.cpp
│ │ ├── ShellMgr.h
│ │ ├── stdafx.cpp
│ │ ├── stdafx.h
│ │ ├── WTLExplorer80.sln
│ │ ├── WTLExplorer80.vcproj
│ │ ├── WTLExplorer.cpp
│ │ └── WTLExplorer.rc
│ ├── directshow.sdf
│ ├── directshow.sln
│ ├── directshow.v11.suo
│ └── Win32
│ └── Release
│ ├── audio
│ │ ├── qtaudio_windowsd.dll
│ │ └── qtaudio_windows.dll
│ ├── icudt52.dll
│ ├── icuin52.dll
│ ├── icuuc52.dll
│ ├── mediaservice
│ │ ├── dsengined.dll
│ │ ├── dsengine.dll
│ │ ├── dsengined.pdb
│ │ ├── qtmedia_audioengined.dll
│ │ ├── qtmedia_audioengine.dll
│ │ ├── qtmedia_audioengined.pdb
│ │ ├── wmfengined.dll
│ │ ├── wmfengine.dll
│ │ └── wmfengined.pdb
│ ├── msvcp110.dll
│ ├── msvcr110.dll
│ ├── platforms
│ │ └── qwindows.dll
│ ├── Qt5Core.dll
│ ├── Qt5Gui.dll
│ ├── Qt5Multimedia.dll
│ ├── Qt5Network.dll
│ └── Qt5Widgets.dll
└── register
├── reg.bat
└── x86
└── GMFBridge.dll
50 directories, 364 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论