diff -r 51a74ef9ed63 -r ae94777fff8f Symbian3/SDK/Source/GUID-F690DAC8-688B-5BD7-88DF-0CB3D4ACDCFF.dita --- a/Symbian3/SDK/Source/GUID-F690DAC8-688B-5BD7-88DF-0CB3D4ACDCFF.dita Wed Mar 31 11:11:55 2010 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,48 +0,0 @@ - - - - - - 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