This page was last modified 16:49, 17 July 2008.
Talk:KIJ000619 - Problem with setDisplaySize method in S60 3rd Edition devices
From Forum Nokia Wiki
I just want to add a comment about this article. In my latest application that you can download from wittycall http://www.wittycall.com, you are able to take and upload a photo from your profile (log in previously). I use setDisplaySize and setLocation methods, I've tested in Nokia N95, N95 8GB, N73... and some other models from other manufacturers.
Here is the trick:
Every time you want to display the camera do this following this order,
player.start();
videoControl.setVisible(true);
videoControl.setDisplaySize(CAMERA_WIDTH, CAMERA_HEIGHT);
videoControl.setDisplayLocation(YOUR_LOCATION_X, YOUR_LOCATION_Y);
And... it works !! :)
Cheers !!
Gabi
blog: http://www.mobilemediaconsult.com
Confirmed! I too get user reports that this works (e.g., on E51).
Thanks a lot!
Regards,
Peter Meijer
The vOICe for Mobile Camera Phone and PDA
http://www.seeingwithsound.com/midlet.htm
