Description: 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 5.0 Pocket PC SDK,
ActiveSync 4.0.
File list (Check if you may need any files):
Cameracapture\appwindow.cpp
.............\appwindow.h
.............\CameraCapture.sln
.............\CameraCapture.vcproj
.............\CPropertyBag.cpp
.............\CPropertyBag.h
.............\graphmanager.cpp
.............\graphmanager.h
.............\main.cpp
.............\readme.txt
.............\stdafx.h
.............\struct.h
Cameracapture