slitscan udp
in
Share your Work
•
11 months ago
I made a slitscan patch with the following features:
- scans the folder for .mov's
- have three video inputs: webcam, udp-receive or video playing of above
- udp adresses are configured through a config.txt
- sends the rightmost line of pixels, of the slitscan, over udp to the next client.
- each "slave" receives the previous rightmost line, scans it to the right and sends onwards its own rightmost line.
- slaves are simple. Master is complex
- thanx goes to shiffman