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...
codereek.hashnode.dev3 min read
Ahmed Sadman Muhib
Software Engineer @ Optimizely
Great article. Thank you!