Sample of Unity app driving NightDriver over WiFi #508
Replies: 4 comments 20 replies
-
I'm just noting that if anyone wants to reproduce this in the Spectrum configuration, it's necessary to set the |
Beta Was this translation helpful? Give feedback.
-
So I can get the Unity to throw video at both the spectrum and mesmeriser builds that I have. But have noticed a couple of issues. Spectrum build is the standard M5stcikplus with 3 x 16x16 matrix. Spectrum1.movWorks ok..... Brightness is huge! I have turn the alpha in unity down to around 0.1 otherwise blindness, skin cancer and other light related issues arise. And the neighbours complain........ but the colours look ok but a it washed out Is there a way to set the a brightness level in Unity hat actually works. Then I threw it at my mesmerizer build ( a hardwired wrover kit). Chnaged the resolution i Unity to 64x32 and the IP address. It worked....I get video and movement... but a pink pacman?? Mesmeriser_washedout.mov |
Beta Was this translation helpful? Give feedback.
-
Additionally, the IP addresses in them are hardcoded and not clearly
marked as examples. So be careful to dodge that, Harrie.
…On Fri, Nov 17, 2023 at 10:50 PM mikejohnau ***@***.***> wrote:
Hi Harrie,
The first thing that you need to do is ensure that
#define INCOMING_WIFI_ENABLED 1 // Accepting incoming color data and
commands
is enabled in globals.h when you build.
After that you shoud just be able to put your devices IP address into
Unity and hit play depending on the ESP32 board that you have.
I found with my config that I get better performance by increasing the
amount of buffers in globals.h to around 40 as well.
You could also have a play with VideoServer2.py in the Samples folder of
the NightDriverStrip project. It also sends video to Mesmeriser and
Spectrum.
—
Reply to this email directly, view it on GitHub
<#508 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACCSD37YUHDS7RAY4V6KHJLYFA5B7AVCNFSM6AAAAAA7JTIULSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TMMBUHEYTQ>
.
You are receiving this because you are subscribed to this thread.Message
ID:
<PlummersSoftwareLLC/NightDriverStrip/repo-discussions/508/comments/7604918
@github.com>
|
Beta Was this translation helpful? Give feedback.
-
So we can forget about the pink pacman....... Changed panels and all is good now. It looks like my original 64x32 matrix has developed a fault. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Just a quick demo I did of a Unity surface being sent to the NIghtDriver Spectrum project over wifi.
Short-Scrolling.Sign.-.720WebShareName.mov
Beta Was this translation helpful? Give feedback.
All reactions