Archived:Camera MIDlet rotates by 90 degrees in Nokia 6110 Navigator (Known Issue)
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 MMAPI Camera MIDlet rotates by 90 degrees in the Nokia 6110 Navigator.
Article Metadata
Tested with
Devices(s): Nokia 6110 Navigator
Compatibility
Platform(s): S60 3rd Edition FP1
Article
Created: User:Technical writer 1
(07 Dec 2007)
Last edited: hamishwillee
(10 Aug 2012)
Description
After launching the MMAPI Camera MIDlet, direct video from the device's built-in camera is rotated by 90 degrees when rendered onto canvas.
How to reproduce
Initialize the player with the video locator:
Manager.createPlayer("capture://video");
Fetch video control from the player object:
Player.getControl("VideoControl");
Put direct video onto canvas:
VideoControl.initDisplayMode(VideoControl.USE_DIRECT_VIDEO, this);
Solution
This issue has been fixed in firmware version 03.58 and newer.

