jeffbass / imagezmq

A set of Python classes that transport OpenCV images from one computer to another using PyZMQ messaging.
MIT License
1.01k stars 160 forks source link

Streaming is very slow #61

Closed sandesha-hegde closed 3 years ago

sandesha-hegde commented 3 years ago

Hi Jeff,

Love your project. I ran the sender and receiver scripts which are mentioned in the README file test_1_receive_images.py and test_1_send_images.py but I'm facing lot of delay while sending and receiving the frames.

SYSTEM details:

python: 3.7 OS: Ubuntu 18.04

sandesha-hegde commented 3 years ago

Sorry Jeff, I forgot to change the time.sleep()

jeffbass commented 3 years ago

No worries. Glad you got it fixed.