Posts: 15
Joined: Mar 2010
Reputation:
0
Clou42
Junior Member
Posts: 15
Hi,
first I'd like to thank you for this plugin, I'm using a Karatelight and it works flawlessly (as soon as I managed to get the channels right, BGR instead of GBR looks really funky..).
Do you plan to support audio visualizations and picture-slideshows?
Another nice feature would be to be able to lower the max brightness at night.
Posts: 56
Joined: Mar 2010
Reputation:
0
Nobody who can help a newbie to get DFAtmo to work?
Posts: 8
Joined: Jan 2011
Reputation:
0
2012-10-11, 17:00
(This post was last modified: 2012-10-11, 17:04 by Corallaro.)
hi..this is my setting:
<settings>
<setting id="analyze_rate" value="35" />
<setting id="analyze_size" value="1" />
<setting id="bottom" value="0" />
<setting id="bottom_left" value="false" />
<setting id="bottom_right" value="false" />
<setting id="brightness" value="100" />
<setting id="center" value="false" />
<setting id="custom_driver" value="" />
<setting id="darkness_limit" value="1" />
<setting id="driver" value="serial" />
<setting id="driver_param" value="com1&speed:9600&proto:Rl|Rt|Rr|Gl|Gt|Gr|Bl|Bt|Br" />
<setting id="edge_weighting" value="60" />
<setting id="enabled" value="false" />
<setting id="filter" value="2" />
<setting id="filter_delay" value="0" />
<setting id="filter_length" value="500" />
<setting id="filter_smoothness" value="50" />
<setting id="filter_threshold" value="40" />
<setting id="gamma" value="10" />
<setting id="hue_threshold" value="93" />
<setting id="hue_win_size" value="3" />
<setting id="left" value="0" />
<setting id="log_level" value="1" />
<setting id="output_rate" value="20" />
<setting id="overscan" value="0" />
<setting id="right" value="0" />
<setting id="sat_win_size" value="3" />
<setting id="top" value="10" />
<setting id="top_left" value="false" />
<setting id="top_right" value="false" />
<setting id="uniform_brightness" value="false" />
<setting id="wc_blue" value="255" />
<setting id="wc_green" value="255" />
<setting id="wc_red" value="255" />
</settings>
all is defaut except sections at top area that is "10"
many TNX
Giovanni
ps
errata / corrige:
the top seems to be upper left....
Posts: 64
Joined: Sep 2011
Reputation:
3
For your 3 channels: 1-left, 2-top, 3-righ you shoud set:
<setting id="bottom" value="0" />
<setting id="bottom_left" value="false" />
<setting id="bottom_right" value="false" />
<setting id="center" value="false" />
<setting id="left" value="1" />
<setting id="right" value="1" />
<setting id="top" value="1" />
<setting id="top_left" value="false" />
<setting id="top_right" value="false" />
Posts: 18
Joined: Aug 2011
Reputation:
0
OOge
Junior Member
Posts: 18
ok....I need some help here. I can only get atmowin to work using xbmc in window mode.
Can't get boblight to work. And neither dfatmo. Any help would be great.
50x2 channels using seduboard on com3
Posts: 64
Joined: Sep 2011
Reputation:
3
2012-11-24, 11:21
(This post was last modified: 2012-11-24, 11:22 by durchflieger.)
You have to use the following git clone command:
git clone git://github.com/durchflieger/DFAtmo.git dfatmo
Posts: 7
Joined: Nov 2012
Reputation:
0
Would just like to take a moment to thank durchflieger for making this add on and explaining how to use it with Amblone.
I was originally looking at using Boblight, however that was needing linux servers etc and there seems to be no simple windows solution for that add-in.
However, DFAtmo works like a charm!
My particular setup has 4 x LED strips, and uses the exact hardware as described on the Amblone site, with the use of 2 x ULN3000A chips instead of seperate transisters. Personally I prefer all the strips outputting the same colour, i.e. the average colour of the whole screen, as it seems more pleasing to the eye. To do this, I had to enable Top, Left, Right and Bottom in the DFAtmo settings as 1, and i decided to monitor the Centre of the screen therefore you have to enable the Centre option too.
The driver param I ended up using was "com5&speed:256000&proto:xF4|Rc|Gc|Bc|Rc|Gc|Bc|Rc|Gc|Bc|Rc|Gc|Bc|x33"
I'll probably play with more settings at some point however it seems to work well after initial tests.
Thanks again!