文件名称:使用native方式的摄像头获取照片和视频
文件大小:13KB
文件格式:RAR
更新时间:2013-05-04 14:56:56
移动平台 windows mobile
Code Sample Name: videocap Feature Area: Video capture Description: This sample provides the basic video capture functionalities: It captures and encodes video in a WMV file, and captures and encodes an image in a jpeg file. Usage: Build and deploy using Visual Studio 2005. Relevant APIs/Associated Help Topics: ICaptureGraphBUilder2 Assumptions: Your device needs to have a video capture driver installed (the emulator ships with a null capture driver). The video will be saved to the root of your device to "\video1.asf". The still picture will be saved to "test.jpg" If you wish, you can change these hardcoded values in the code for the files to be saved to a different location. Requirements: Visual Studio 2005, Windows Mobile 6 Professional SDK, Activesync 4.5. ** For more information about this code sample, please see the Windows Mobile SDK help system. **
【文件预览】:
CameraCapture
----main.cpp(1KB)
----appwindow.cpp(9KB)
----appwindow.h(668B)
----stdafx.h(408B)
----graphmanager.h(1KB)
----graphmanager.cpp(16KB)
----CPropertyBag.cpp(3KB)
----struct.h(217B)
----readme.txt(969B)
----CPropertyBag.h(757B)
----CameraCapture.sln(2KB)
----CameraCapture.vcproj(6KB)