Windows Mobile 上的 J2ME 相机和录音机访问
我目前正在参与一个研究项目,该项目要求我使用 J2ME 访问 Windows Mobile 相机和录音机,以便拍照和录制声音......出于某种无关的原因,手机必须是 Windows Mobile对我来说,软件必须用 Java 编写,这也不是我的决定。
所以我需要尝试找到一部支持此功能的手机(如果存在),所以我想知道是否有人找到了?
感谢您的帮助。
(注意,支持MMAPI(JSR 135)的手机并不意味着可以使用摄像头和录音机,我们目前的手机有这个并且无法访问)。
I'm currently involved in a research project that requires me to access a Windows Mobile Camera and sound recorder with J2ME to, well take pictures and record sound... the phone has to be a windows mobile for some reason that has nothing to do with me and the software has to be written in Java, also not my decision.
So I need to try and find a phone that supports this (if one exists) so I'd like to know if anyone has found one?
Thank You For Your Help.
(Note the phone supporting MMAPI (JSR 135) does not imply that you can use the camera and sound recorder, our current phone has this and has not access).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
首先,如果您有任何 Windows Mobile 6.x 设备,请尝试使用 Sun Microsystems 为 Windows Mobile 构建的 JVM => http://blogs.oracle.com/javamesdk/entry/jvm_for_windows_mobile
或者,可以从 AT&T 网络购买 LG Monaco (WM 6.5)。它具有支持 MMAPI 相机的 Java ME。此外,LG Incite (WM 6.1) 还支持 MMAPI 相机。
据我所知,最近搭载 Java ME 的 HTC WM 设备也支持 MMAPI 相机功能。
祝你好运。
First, if you have any Windows Mobile 6.x device, please try to use JVM build for Windows Mobile from Sun Microsystems => http://blogs.oracle.com/javamesdk/entry/jvm_for_windows_mobile
Or, you can buy LG Monaco (WM 6.5) from AT&T network. It has Java ME with MMAPI camera support. Also, LG Incite (WM 6.1) have MMAPI camera support.
As I know, recent HTC WM device with Java ME also support MMAPI camera features.
Good luck.