![]() |
|
DIY Ambient Lighting - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Announcements, Info, and General Discussion (/forumdisplay.php?fid=85) +--- Forum: XBMC General Discussion (/forumdisplay.php?fid=6) +--- Thread: DIY Ambient Lighting (/showthread.php?tid=110852) |
- TheAstronaut - 2011-11-08 03:52 aptalca Wrote:Set up a laptop with a webcam pointing at the tv. Set up boblight hooked up to the arduino. Display the webcam feed fullscreen. Voila, it will work with whatever is playing on the tv. Just don't walk through between the webcam and the tv Thanks, i was not aware boblight would work on webcam input. That sounds like a possible solution for me, though I was hoping for something that could be self-contained on the arduino board with just an optical sensor I could aim at the tv. - LastMile - 2011-11-08 04:16 TheAstronaut Wrote:I'm looking for something that will work with my ATV2, and possibly my Popcorn Hour and satellite box. I've often wondered if it would be possible to use the composite Monitor Out on my TV and some sort of TV card to drive my Atmolight so all my AV devices got pretty colours, not just XBMC. But wondering is about as far as I got ... - aptalca - 2011-11-08 19:18 TheAstronaut Wrote:Thanks, i was not aware boblight would work on webcam input. That sounds like a possible solution for me, though I was hoping for something that could be self-contained on the arduino board with just an optical sensor I could aim at the tv. Arduino board only does the last step of turning the lights on/off and setting the color. The screen capture and the average color calculations at several areas are all done by boblight or whatever software you are running on the computer. That software then feeds that final data to the arduino, which just controls the lights. A better solution is through a tv/video capture card as LastMile suggested. LastMile Wrote:I've often wondered if it would be possible to use the composite Monitor Out on my TV and some sort of TV card to drive my Atmolight so all my AV devices got pretty colours, not just XBMC. But wondering is about as far as I got ... It should work on whatever is displayed full screen on the computer as it relies on (full screen) screen captures. You could definitely set up a video capture card, all you have to do is play the feed fullscreen while running boblight. - Cribbe6 - 2011-11-09 11:25 Have anyone tried this for LED IKEA DIODER and can recommend them? - Steini - 2011-11-13 21:14 I have tried the Ikea dioder and i would not recommend them unless you use it for a small monitor. - pike - 2011-11-13 23:07 Cribbe6 Wrote:Have anyone tried this for LED IKEA DIODER and can recommend them? nope, there's much better from eg. Dealextreme and cheaper too, but they require some soldering I guess. - Cribbe6 - 2011-11-15 10:18 I decided to use the hardware from this guide. And the config from this thread. I just got my 2 x 25 LED strips and will post back when all is setup and working with XBMC on Linux. - sealbeater - 2011-11-15 21:46 Hurray, I'm doing this as well, just got my lights, only difference is that I'm using a nano. Race ya! - sealbeater - 2011-11-16 01:27 YEA!! Got it working, looks nice, I am sure I have some fine-tuning left to do, I have to put the nano in an enclosure because the leds from that are visible but wow, this really rocks. I have like 4 leds left over so I have to do some adjustments, I just duct taped each one to the side of my tv. - Cribbe6 - 2011-11-16 07:58 Nice! Could you post your boblight config and what pde you are using? |