Hi !
I am testing a camera application on Nokia 6110 Navigator.
Problem is: The Application rotates the captured video by 90 degrees anticlockwise
I fetch the player with
Manager.createPlayer("capture://video");
fetch a video control
vidc =player.getControl("VideoControl");
and invoke
vidc.initDisplayMode(VideoControl.USE_DIRECT_VIDEO, this);
then the video is rendered onto the display, but the video and the snapshot are rotated by 90 degrees anticlockwise.
The Built In Camera Application works correct !
Has anyone encountered this problem, maybe a solution therefore ?
Firmware is:
V 03.51
23-05-07
RM-122
Nokia 6110 (01.01)
regards
Michael

Reply With Quote

