openFrameworks-RaspberryPi / openFrameworks

This repo has migrated into the openFramworks core! Please go to http://github.com/openFrameworks/openFrameworks for the latest!
http://github.com/openFrameworks/openFrameworks
Other
104 stars 11 forks source link

ofxRaspberryPi Support for libCEC remote control (Samsung Anynet+, etc) #87

Closed bakercp closed 11 years ago

bakercp commented 11 years ago

https://github.com/Pulse-Eight/libcec

From the site:

"What: libCEC allows you in combination with the right hardware to control your device with your TV remote control. Utilising your existing HDMI cabling"

"How libCEC is an enabling platform for the CEC bus in HDMI, it allows developers to interact with other HDMI devices without having to worry about the communication overhead, handshaking, and the various ways of sending a message for each vendor"

http://libcec.pulse-eight.com/

danzeeeman commented 11 years ago

Ive actually made this work befor I under android. On Dec 19, 2012 1:55 AM, "Christopher Baker" notifications@github.com wrote:

https://github.com/Pulse-Eight/libcec

From the site:

"What: libCEC allows you in combination with the right hardware to control your device with your TV remote control. Utilising your existing HDMI cabling"

"How libCEC is an enabling platform for the CEC bus in HDMI, it allows developers to interact with other HDMI devices without having to worry about the communication overhead, handshaking, and the various ways of sending a message for each vendor"

http://libcec.pulse-eight.com/

— Reply to this email directly or view it on GitHubhttps://github.com/openFrameworks-RaspberryPi/openFrameworks/issues/87.

bakercp commented 11 years ago

I compiled libcec and got it working with my samsung. It works well. I have not taken the time to wrap it up in a ofEvent-based addon yet. I probably won't do that soon, unless I have a project that needs it. But, I can confirm that libcec works quite well!

ryatkins commented 11 years ago

Great to hear the progress on this and I'd love to try this out. Any chance you can supply the code you've already done?

danzeeeman commented 11 years ago

Can't that was under an NDA. On Dec 23, 2012 4:04 PM, "ryatkins" notifications@github.com wrote:

Great to hear the progress on this and I'd love to try this out. Any chance you can supply the code you've already done?

— Reply to this email directly or view it on GitHubhttps://github.com/openFrameworks-RaspberryPi/openFrameworks/issues/87#issuecomment-11650559.

danzeeeman commented 11 years ago

you could do this too http://linuxtv.org/wiki/index.php/Remote_controllers-V4L#Combined_GPIO_remotes

bakercp commented 11 years ago

I'm closing this, as it isn't an "issue". Moving it here: https://github.com/openFrameworks-RaspberryPi/openFrameworks/wiki/Arm-Linux-Wishlist