使用native方式的摄像头获取照片和视频
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. ** 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. **
文件列表
使用native方式的摄像头获取照片和视频.rar
(预估有个12文件)
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
暂无评论