11-12-2008 04:50 PM
11-17-2008 05:04 AM - edited 11-17-2008 05:04 AM
Does anyone have a success with resizing video region? I have the same problem as posted above.
It always throws MediaException "not supported" when VideoControl.setDisplaySize( int width, int height ) is invoked.
I've also tried to create a player using Manager.createPlayer( "capture://video?width=320&height=200" ) but it fails with MediaException "Media encoding parameter not specified"... ![]()
Any thoughts how to change video size?
01-09-2009 01:21 AM
I'm trying to do the same thing on the BB Bold and I get the same exception. Also, is there a way to access the flash when using the camera?
The native camera app has a lot more functionality than what's available via the MMAPI... Is there a way to invoke it just for taking pics, and then retrieving the pics it saved?
Thanks
Nazmul.
02-10-2009 10:56 PM - edited 02-10-2009 10:56 PM
06-15-2009 04:52 AM
HI,
View finder can't be resized seems it's device issue. But one thing you can try is load view finder with out setFullscreenMode(true) method so that it get the default viewfinder size . Then you can set the positions by using setDisplaylocation method. Make sure you are not suppose to use setFullScreenMode(false) for Blackberry bold 9000 device.
Any issues please revert back.