Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我创建了一个可以拍照的 midlet。
有没有办法在我的代码中打开设备闪光灯/手电筒?如果是这样,是否需要特定的 API?
(我正在开发的设备是 Sonim XP3300。)
提前致谢。
必须承认我自己(还)没有使用过它,但我相信设备必须支持 JSR-234 才能控制这样的高级东西。因此,首先检查设备是否支持 JSR-234,然后查看文档以了解可能性。
正如 mr_lou 所指出的,确实需要 JSR-234(特别是 FlashControl 类),但事实证明,Sonim XP3300 不支持这个 JSR,因为当我尝试在我的代码中引用 FlashControl 时会抛出 NoClassDefError。