GPS 和 SensorManager 值应更新相机预览

发布于 2024-11-05 17:32:49 字数 123 浏览 2 评论 0原文

大家好 我希望在 GPS 位置和传感器管理器值发生变化时更新我的​​相机预览,我目前为此目的使用两项服务,但我无法接收预览更新。是否可以将这些服务合并为一个,然后使用意图和广播接收器?或者有什么替代方案吗? 请在这方面指导我 谢谢

Hi everyone
I wish to update my camera preview whenever there is a change in GPSlocation and Sensor Manager values, i am currently using two services for this purpose,but i am not able to receive the updates on my preview. Is it possible to combine these services into one and then use intents and broadcastReceivers? or any alternative is present?
Please guide me on this
Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

养猫人 2024-11-12 17:32:49

仅使用一个 Service 来跟踪 GPS 和传感器数据,并使用 ResultReceiverMessengerMessage 来传递返回对 Activity 中的 Handler 的更新。

编辑:

抱歉,忘记提及您在用于启动 Intent 中将 ResultReceiverMessage 作为可打包的额外内容传递服务

Use just one Service to keep track of GPS and Sensor data and use a ResultReceiver or Messenger and Message to pass back updates to the Handler in your Activity.

Edit:

Sorry, forgot to mention that you pass the ResultReceiver or Message as a parcelable extra in the Intent you use to start the Service.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文