Video Streaming using Socket Programming and OpenCV
What is Socket? Sockets allow communication between two different processes on the same or different machines. To be more precise, it's a way to talk to other computers using standard Unix file descriptors. In Unix, every I/O action is done by writin...
Jun 12, 20213 min read272
