-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
what is the best to send led array from ambi-tv to arduino #57
Comments
I dont understand why you open this as you already posted here: |
An idea. To reduce the data being transferred over serial, only send the values for LED's that change. |
I dont think this makes sence because to "detect" which values change needs more time then sending the whole data to the leds. Note that the USB grabber on ambi-tv has a different chipset then the one you need for hyperion I had this setup and it worked perfectly from the speed. |
Are you certain? I would guess that checking an array is faster than transmitting a value via serial. The actual benefit would of course be a factor of how many lights change on average from frame to frame. |
Why should I write it if I am not certain? |
We're talking about 1 memory access vs. however many instructions the driver uses to drive the serial line. |
hello,
i am new at linux (few weeks).
i would like to send the capturing RGB (easycap and ambi-tv) to my arduino.
build some array and send it via serial.
2.some one did try this kind of setup?
The text was updated successfully, but these errors were encountered: