-
Notifications
You must be signed in to change notification settings - Fork 16
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
ArtNet Calibration Freezes after first pattern #27
Comments
Not actively working on the code, so this is just off the cuff, but I'm remembering this has to do with a mismatch in the array size for the LED colors/addresses. You can manually set the default number of LEDs and channels per LED in the Interface class. Default for Artnet is 16 LEDs/ 3 channels per, so this might be a state issue. Artnet was our least tested protocol because we didn't have dedicated hardware to test it with. |
Hello. How did you manage to make it work? Do you have a working configured environment and could you send it to me (all the necessary processing libraries, etc.) along with a brief description of how you managed to run it? I would be very grateful. Best regards. |
@Staszek-org I haven't tried to use this in many years. I'll give it a whirl some time soon but can't at the moment. In the mean time, have you tried other protocols? I mostly used sACN (e.131) and that worked well. Can you give that a try in your environment? |
was able to get the Mapper and Scraper working in Ubuntu Studio 18.04 with a fade candy, but when i tried to use it with an ESP8266 Running an ArtNetNode Firmware ( https://github.com/bombcheck/ESP8266_ArtNet-LED-DMX-Node ) it seems to fail after the first calibration pattern is displayed (just changes the LEDs once) and displays the following error in the processing window:
ArrayIndexOutOfBoundsException: 48
and the Interface seems to freeze, and does not respond to clicks.
please let me know if there is any insight into this issue, thanks.
and big ups to the creator(s) of this awesome little tool for pixel mapping...hope to be able to put it to use playing video from veejay via v4l2loopback with a WiFi enabled esp8266 over ArtNet or sACN
The text was updated successfully, but these errors were encountered: