Socket programming and OpenCv in Python | webcam video transmit and rece...



This video explains the socket programming in Python. Video frames are extracted from a webcam through open cv and sent from server to client. Source code: https://pyshine.com/Socket-programming-and-openc/
The link to python installation: https://youtu.be/71oXpvx8CsU
The link to opencv installation: https://youtu.be/iZKVFwez260

IMPORTANT: A brand new, quick and amazing PyQT5 learning series
Basic GUI design in PyQt5 | PyQt5 tutorial - Part 01: https://youtu.be/ORaBSFhh13A
Adding Widgets to GUI in PyQt5 | PyQt5 tutorial - Part 02: https://youtu.be/Vz0s-w4hksY
Control GUI Widgets in PyQt5 | PyQt5 tutorial - Part 03: https://youtu.be/co4ymeb3FRc
Calculator GUI in PyQt5 | PyQt5 tutorial - Part 04: https://youtu.be/c29ejbtzM3c
OpenCV and PyQt5 | PyQt5 tutorial - Part 05: https://youtu.be/DLJM7o0B8zk

Comments

Popular posts from this blog

Drag and Drop CSV file on Matplotlib based PyQt5 GUI : PyQt5 tutorial - ...

Basic Piano GUI in PyQt5: Part 1

Screen recorder in PyQt5 | How to make Audio Video Screen recorder | PyQt5