-
etab
Hi,
I've been trying to modify a patch to make it play a video that comes from an IP camera.
I've tried with different solutions, but at a certain point, I can't move forward.
I've tried to use vlc https://www.mail-archive.com/pd-list@iem.at/msg23352.html
and believe this patch https://github.com/mxa/AudioVideoPatches/blob/master/08b-socket_video.pd
could be a start, but as I said, at a certain point I got stuck.Does anybody have any experience on this?
thanks! -
-
etab
Thanks again!
It did the work, but it was a little unstable when was close to the value (15), so I mapped the numbers coming from A0 to 1 and 0. I don't know if it's too not-elegant, but it did the job.
test.pd -
-
etab
Hi,
I'm trying to trigger a sound when 'A0' input value from Arduino is equal 15. The comport and conditional case are working well, but the sound starts playing over and over again when the number stays at 15,without letting the sound play until its end. How can I make it sound until the end, before it triggers again?