Namespaces
Variants
Actions

Archived:Using camera in the background during video playback fails in Nokia N85 (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}}.

The Camera API solution Archived:Capturing an image using the Symbian Camera API does not work as intended when used with the video player in the Nokia N85.

Article Metadata

Tested with
Devices(s): Nokia N85

Compatibility
Platform(s): S60 3rd Edition, FP2

Article
Created: User:Nokia Developer KB (03 Apr 2009)
Last edited: hamishwillee (07 Sep 2012)

How to reproduce

  1. Use an application on the Nokia N85 that tries to capture images from the camera using the Camera API.
  2. Start the image capture and observe that the function
    virtual void FrameBufferReady(MFrameBuffer* aFrameBuffer,TInt aError);
    of the MCameraObserver interface is called continuously with aError equal to KErrNone.
  3. Let this application be in the background, go to the Gallery, and start playing a video file. Observe that the camera capture application's FrameBufferReady function would be called with {{{1}}}. After this error, FrameBufferReady would not be called again.

Likewise, starting the camera capture application after the video player application would cause the video player application to stop.

Solution

Currently there is no known way to prevent the camera capture application and the Video player from interfering with each other. The only possible way is to prevent the camera capture application from capturing from the camera until the video player application is in the foreground.

This page was last modified on 7 September 2012, at 09:53.
93 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