问题描述
有什么方法可以在Android中接收IR信号吗?
Is there any ways to receive IR signals in android?
在搜索的同时,我找到了从Android设备传输数据的方法.
While searching, I found ways to transmit data from Android devices.
发现此功能非常有用: https://github.com/rngtng/IrDude
Found this one very useful: https://github.com/rngtng/IrDude
那么,是否还可以接收由其他红外发射设备(例如遥控器)产生的红外信号?如果是,我想在我的应用程序界面中打印那些信号(十六进制值).任何人都可以就这个问题发表一些看法吗,请...:)
So, is it also possible to receive IR signals generated by other IR transmitting devices like Remotes? If yes, i want to print those signals (hex values) in my app UI.Can anybody give some light on the issue, please...:)
我正在使用Galaxy S4进行开发.
I'm using Galaxy S4 for development.
推荐答案
很少有Android设备具有IR支持,更不用说某种IR接收器了.如果您构建自己的设备,欢迎您按照自己的意愿做.
Few Android devices have any IR support, let alone some sort of IR receiver. If you build your own device, you are welcome to do what you want.
这篇关于是否可以在Android应用程序中捕获/接收IR信号?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!