hi,
actually i am using jsr 234 so plz tell me how to check mobile handset support "javax.microedition.amms.control.camera" api.actually some devices support amms but not camera portion only audio . so how to find it support camera control or not.
hi,
actually i am using jsr 234 so plz tell me how to check mobile handset support "javax.microedition.amms.control.camera" api.actually some devices support amms but not camera portion only audio . so how to find it support camera control or not.
Use System.getProperty(String key) to check the support for AMMS. For example
microedition.amms.version
supports.mediacapabilities
Please refer to JavaTM ME Developer's Library on Forum Nokia for more details on this matter.
Implmentation notes can also be found in the library which provide details about package support and device support.
Some info. from the library implementation notes:
"the following packages are not supported:
javax.microedition.amms.control.camera
javax.microedition.amms.control.imageeffect
javax.microedition.amms.control.tuner"
This is valid for Series60 3rd Ed. FP1.
I strongly recommend use of Java ME Developer's Library on forum nokia as it is a very good resource.
Last edited by morash; 2008-06-13 at 11:11. Reason: typing error
Anyone know if AMMS camera support will be implemented on any Nokia phones in the near future?
Same question (and answered) in here
http://discussion.forum.nokia.com/fo...d.php?t=143291
Hartti
Hello,
Update on JSR-234: Camera Capability support in Series 40 6th Edition: http://wiki.forum.nokia.com/index.ph..._%28JSR-234%29Anyone know if AMMS camera support will be implemented on any Nokia phones in the near future?
Series 40 6th Edition devices with support for Camera controls:
-Nokia 6303, Nokia 6260 Slide, Nokia 6700, Nokia 7510 Supernova support:
CameraControl
SnapshotControl
- Nokia 5330 XpressMusic supports:
CameraControl
FlashControl
FocusControl
SnapshotControl
ZoomControl
Regards,
r2j7