This page was last modified 07:33, 7 December 2007.
KIJ000791 - Camera MIDlet rotates by 90 degrees in Nokia 6110 Navigator
From Forum Nokia Wiki
| ID | KIJ000791 | Creation date | December 7, 2007 |
| Platform | S60 3rd Edition, Feature Pack 1 | Devices | Nokia 6110 Navigator |
| Category | Java ME | Subcategory | MMAPI |
Overview
The MMAPI Camera MIDlet rotates by 90 degrees in the Nokia 6110 Navigator.
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.
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| API for camera manipulation | kwokt | Mobile Java Tools & SDKs | 3 | 2008-05-08 21:35 |
| Camera settings | Kurt Johannes | Mobile Java Media (Graphics & Sounds) | 4 | 2007-08-01 14:14 |
| S60 2nd edition FP3 SDK reports error in jar file entry | iwmonkey | Mobile Java Tools & SDKs | 11 | 2008-05-23 21:14 |
| PC Suite -6110-6310-9210??? | schotre | PC Suite API and PC Connectivity SDK | 3 | 2003-02-05 10:36 |
| Nokia 7600 - RMS limit and MMAPI | rossottom | Mobile Java General | 1 | 2004-04-20 23:12 |

