Namespaces
Variants
Actions

Archived:Setting VGA resolution for CVideoRecorderUtility fails on the Nokia N96 (Known Issue)

Jump to: navigation, search
Archived.png
Archived: This article is archived because it is not considered relevant for third-party developers creating commercial solutions today. If you think this article is still relevant, let us know by adding the template {{ReviewForRemovalFromArchive|user=~~~~|write your reason here}}.

CVideoRecorderUtility does not support recording in VGA (640x480) resolution on the Nokia N96.

Article Metadata

Tested with
Devices(s): Nokia N96

Compatibility
Platform(s): S60 3rd Edition FP2

Article
Keywords: SetVideoFrameSizeL
Created: User:Technical writer 1 (12 May 2009)
Last edited: hamishwillee (14 Jun 2013)

Description

This issue can be checked with the S60 Platform: Video Example available on Nokia Developer.

This C++ code example demonstrates how to play and record video files. CVideoRecorderUtility and CCamera classes are used to record a video clip, and the CVideoPlayerUtility class is used to play, stop, and pause video clips and show the video clip information.

Using the example application, initialise the video recording controller with a MIME type that supports recording in VGA resolution ({{{1}}}), then try setting the VGA resolution in the MvruoOpenComplete() callback function:

 void CVideoRecorderAdapter::MvruoOpenComplete( TInt aError )
{
if( aError == KErrNone )
{
iUtility->SetVideoFrameSizeL( TSize( 640, 480 ) );
...
iUtility->Prepare();
}
}

Calling CVideoRecorderUtility::Prepare() results in the MvruoPrepareComplete() callback to be called with KErrNotSupported error on the Nokia N96.

Solution

No known solution. The maximum video resolution supported by CVideoRecorderUtility in the Nokia N96 is 352x288 (CIF).

This page was last modified on 14 June 2013, at 08:10.
131 page views in the last 30 days.
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved