hi everyone,
anyone knows how to set all the exposures modes on the emulator S60 3rd , like for example night, sports, etc ....
thanks, Paulo Pereira
hi everyone,
anyone knows how to set all the exposures modes on the emulator S60 3rd , like for example night, sports, etc ....
thanks, Paulo Pereira
Are you trying to control the exposure modes from your MIDlet? Unfortunately that is not possible.
Hartti
look here:
(the last sample)
http://www.forum.nokia.com/document/...w-summary.html
and here:
http://www.forum.nokia.com/document/...raControl.html
getSupportedExposureModes
public java.lang.String[] getSupportedExposureModes()
Returns a list of exposure modes supported by the camera device. Available exposure modes might include:
* auto (full automatic exposure setting)
* landscape (daylight landscape)
* snow (high light situation)
* beach (high light situation)
* sunset
* night
* fireworks
* portrait (human face in the center is the target)
* backlight (target in center is essentially darker than the background)
* spotlight (target in center is essentially brighter than the background)
* sports (fast moving targets)
* text (for copying texts and drawings, and for bar code reading)
Returns:
supported exposure modes
See Also:
ExposureControl
so where can i use this exposure modes if is not possible in midp?
Regards, Paulo Pereira
This is probably a little confusing, but you are pointing to AMMS (JSR-234) documentation. Even though parts of this API has been implemented on S60 3rd Edition FP1 devices (this is the first S60 platform to support it) not all of the packages of this API are supported. There are implementation notes available in the Java ME developer's library, which mention that only Music and 3D Aucio classes have been implemented
http://www.forum.nokia.com/document/...E8122580E.html
Hope this clarifies the situation
Hartti