Using Socket python library with a direct ethernet connection between Raspberry Pi (3B) and Mac for a live video feed
I would like to have a live camera feed from the Raspberry Pi 3B and send it to my mac via a direct ethernet connection between the two. The Raspberry Pi 3B also needs to be able to receive data from the Mac. I think the python socket library would work well for this application.