Raspberries Pi "streaming" webcam frames to Max over network ?
Sep 15 2021 | 5:53 pm
Hi there,
Multiple Raspberry, each one linked to a cam.
A network.
A computer running a Max patch.
I'd need to send frames from my Rasps to Max and this latter would process each matrix and do some OPENCV on them.
Ideally, I'm thinking about building a piece of code on Rasps' side to grab frame and to send them as jitter format matrices (thinking about something that could be directly received by [jit.net.recv]
Any idea would be appreciated to check out.