Windows Multimedia Techniques - Video Capture.ppt

  1. 1、本文档共23页,可阅读全部内容。
  2. 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
Windows Multimedia Techniques - Video Capture.ppt

Windows Multimedia Techniques - Video Capture 為何要使用 Video For Windows 簡單就是美: 你不需要知道 COM 的原理, 就能寫影像處理程式 (相對於 DirectX) 開發容易: 你不用下載 數百M 的 DirectX SDK Video for Windows 的缺點 doesnt handle audio/video synchronization doesnt support variable-length frames 基於以上缺點 目前 Microsoft 使用 DirectShow 與 WDM Stream Class 來解決這個問題 Driver 開發 請使用 WDM Stream Class 取代 VFW architecture? Introduction using the AVICap window class to enable video capture Simple message-based interface Access the hardware Control the stream to disk Introduction Streaming video capture single-frame capture in real-time Using Media Control Interface (MCI) You can control the start and stop positions of a video source The tasks of the AVICap window class Capture audio video stream ? AVI file Connect and Disconnect the devices dynamically. View a live incoming video signal Set the capture rate Display dialog boxes that control the video source and format Capture and save a single image as a device-independent bitmap (DIB) Previewing Video Demo 必要 include 檔: vfw.h Library : vfw32.lib Creating a Capture Window Obtaining the Status of a Capture Window Previewing Video 完整程式 更多的選項: 列舉出目前系統所擁有的 Capture Driver 使用 capGetDriverDescription 函式 更多的選項: 選擇 Video Source 更多的選項: 如何得知抓到的影像格式呢? 更多的選項: 調整輸出影像的對比亮度等屬性 注意: 不會影響 video data 更多的選項: 傳回目前正在使用的 video format 影像資料的擷取 我們利用 capSetCallbackOnFrame 函式 當一張 frame 填滿後,會呼叫你的 fucntion 全部合在一起 目前發展近況 Microsoft 使用新架構取代 VFW WDM Stream class and Microsoft DirectShow End * * 井民全製作 #include vfw.h #pragma comment( lib, Vfw32.lib ) HWND hwndParent=this-m_hWnd; HWND hWndC = capCreateCaptureWindow ( Capture Window, WS_CHILD | WS_VISIBLE , 0, 0, 160, 120, hwndParent, 0); if(hWndC==NULL) ShowError(); 你要顯示畫面的視窗Handle capDriverConnect (hWndC, 0); Connecting to a Capture Driver CAPSTATUS CapStatus; BOOL bOK; bOK=capGetStatus(hWndC, CapStatus, sizeof (CAPSTATUS)

文档评论(0)

开心农场 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档