找尋stillcap sample code
-
2008年5月27日 上午 08:55
目前要做一個從webcam做一個儲存照片的動作
參考了AMCap只能存avi檔
想請問有誰可以提供stillcap source code 可以提供做為參考
或是要怎麼從AMCap做修改
謝謝
所有回覆
-
2008年5月27日 上午 09:08
It is based on the sample AMCap source code from the Microsoft DirectX 9 SDK. This custom version adds many new features including:
- DV camcorder playback and recording
- improved MPEG-2 playback and recording
- improved analog TV tuner support
- still capture in BMP, JPEG and PNG formats
- optional real-time compression (Windows Media or any installed CODECs)
- remember video input, standard, size and many other options from previous session
- full screen mode
- support for multi-monitor and deinterlacing (using VMR9)
- caption bar and menu on/off
- always on top feature
The VMR9 option enables support for the multi-monitor, zooming, aspect ratio and deinterlacing features (Microsoft DirectX 9.0 required.)
The registered version includes a new stillcap application that allows you to easily make still captures from a script, an application, a command prompt, the task scheduler, etc.
-
2008年5月27日 上午 09:14
我是裝Microsoft Platform SDK 跟Microsoft DirectX SDK (March 2008)
請問可以告訴我 Microsoft DirectX 9 SDK 要在那抓嗎?
-
2008年5月27日 上午 09:16
-
2008年5月27日 上午 09:18
靜態擷取 範例 請搜尋 SDK 目錄 下 的 GrabBitmaps 資料夾
DXSDK\Samples\C++\DirectShow\Editing\GrabBitmaps
-------------------------------------------------------------------
請搜尋 SDK 目錄 下 的 StillCap 資料夾
DXSDK\Samples\C++\DirectShow\Editing\StillCap
-
2008年5月27日 上午 09:52謝謝

