diff -r 43e37759235e -r 51a74ef9ed63 Symbian3/SDK/Source/GUID-F690DAC8-688B-5BD7-88DF-0CB3D4ACDCFF.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/SDK/Source/GUID-F690DAC8-688B-5BD7-88DF-0CB3D4ACDCFF.dita Wed Mar 31 11:11:55 2010 +0100 @@ -0,0 +1,48 @@ + + + + + + Capturing +Video +

This tutorial describes how to capture video using the Ecam API.

+
Purpose

The +purpose of this tutorial is to show you how to capture video using the Ecam +API.

Required +Background

For background information, see the Onboard +Camera Overview.

Introduction

The video capture control allows the client to start, pause, +resume and stop video capture.

+
Using Video +Capture
    +
  • Create a class pointer +using the CCamera::CCameraVideoCaptureControl::NewL() factory +method.

  • +
  • Use CCamera::CCameraVideoCaptureControl::PrepareVideoCapture() to +initialize the settings for video capture.

  • +
  • Start video capture +using CCamera::CCameraVideoCaptureControl::StartVideoCaptureL().

  • +
  • Use CCamera::CCameraVideoCaptureControl::PauseVideoCapture() call +to pause the video capture.

  • +
  • Use CCamera::CCameraVideoCaptureControl::ResumeVideoCaptureL() to +resume the video capture.

  • +
  • Use CCamera::CCameraVideoCaptureControl::StopVideoCapture() to +stop video capture.

  • +
  • Release the resource +that was allocated during PrepareVideoCapture() using the CCamera::CCameraVideoCaptureControl::ReleaseVideoResource() method.

  • +
+
+Camera API + +Accessing +and Power Control of Camera +Camera Preset +Support +Capturing +Image +
\ No newline at end of file