Socket programming with multiple clients and OpenCV in Python

preview_player
Показать описание


IMPORTANT TUTORIAL LINKS

#python3
#learnpythonprogramming
#videostreaming
Рекомендации по теме
Комментарии
Автор

This and the previous video are amazing! Hope you get more views and subs!

estebanperezmarquez
Автор

Nice toturial, short and clear, Thanks!!!, Thanks!!!, Thanks!!! from Morocco Country.

learntocode
Автор

Hi, I want to send from the server an audio/voice file to 2 different clients under UDP and netem using the PTP protocol. Can you share your ideas?

mfatihkoc
Автор

Good stuff. Do you also have a video or series where you can display multiple videos with open cv on a webpage. One video source being from a local file (e mp4 . avi) and other from a webcam displayed side by side .

timtensor
Автор

Hello! Thank you for this tutorial! I just have one question: I want to do the same project, but support audio with video. Do you know how I should do it? I'm trying to do the same thing as you but just add sound to the videos as well

eitangreenberg
Автор

Hello very good tutorial!!! I have a question how many camera we can connect to the server?

jajagege
Автор

Hi, I tried the source code but when connecting the second client the video from the first client stops and breaks the application. I believe is due how is implemented the multithreading with cv2. However cannot make it work as shown in the video. Any help please?

lainghost
Автор

Hi. I have an issue. when i want to close drone.py, I click 'q' but the app starts freezing. I mean only drone.py does not get the q key. What can i do?

minayakarimova
Автор

Hi, thanks for the tutorial. Do you know which module is better for transmitting of video frames as shown in the video, socket or imagezmq? Do you have any tutorials or imagezmq?

derickjohn
Автор

I'ts really good video. I wan to ask if i send two diffrent data using threading i.e. thread 1 for float data and thread 2 for video. Can i take the value of float data from threading 1 as an input data for threading 2 ?

mikositumorang
Автор

sir can we make the selection part automatic? Like we have 6 swarm robot. we want the bounding box on the bot which is moving and then move on to the next one. Thanks

seal
Автор

Hello. I found your project very nice, I'm very interested in it, I followed you, but I tried UDP protocol instead of TCP protocol, on the server side I changed SOCK_STREAM to SOCK_DGRAM and changed the function " client_socket.recv" to "client_socket.recvfrom". But the bed like it doesn't work. When I compile the compiler gives an error at "server_socket.listen()" with the error "OSError: [WinError 10045] The attempted operation is not supported for the type of object referenced". Can you show me how to fix it. thank you

aitruong
Автор

Hi, Thanks for the tutorial how to adjust the framerate for the video in the server side?

Techiiot
Автор

Thank you for the great tutorial. But i have question, it is possible if server also stream video to client while client also stream video to server ?

talithawidyasadina
Автор

sir i have a problem when i put vid python says that vid is not defined and i have import all the libraries as the video shows

ignasi_
Автор

Hi.
I installed pyshine on pc(windows10) and raspberry pi 3, 4 following the video.
When I ran client.py on Raspberry Pi, Keras requires TensorFlow 2.2 or higher. Install TensorFlow via `pip install tensorflow`
I am getting an error.
Should I install TensorFlow on the Raspberry Pi?
I know it's very tricky.
Is there a way

popo-nuhl
Автор

Hello Sir is this supports RTSP streaming ?

meteatbas
Автор

Can i save the webcam frames of each client seperately for future analysis

athirak.m
Автор

Hello
First of all, Thank you for this tutorial, I’m trying to build a server that receive streaming from multiple camera (phone camera as a webcam) and distribute the stream to several clients.
How can I do that ?

mohdhara
Автор

both the server and the client side, must be connected to same network or it can be conneceted to different network also?

deepvisiondev