Hello,
I am curious on a simple setup where an RPi captures from a device and publishes to local processors (each would do a specific, independent task, say P1 detect face, P2 detect QRCode, etc.). As PUB/SUB uses a broadcast on a specified port, this wouldnt be the case as all processors are python processes running on the same host (each on their own cpu core for example). How can this be accomplished here ?
Thank you for any tip !
Hello,
I am curious on a simple setup where an RPi captures from a device and publishes to local processors (each would do a specific, independent task, say P1 detect face, P2 detect QRCode, etc.). As PUB/SUB uses a broadcast on a specified port, this wouldnt be the case as all processors are python processes running on the same host (each on their own cpu core for example). How can this be accomplished here ?
Thank you for any tip !