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

Delay in receiving the video frame #86

Open josh-001 opened 5 months ago

josh-001 commented 5 months ago

I am sending video frame from one system ,receiving from another system, but while receiving the data in another system i am getting delay!!!

jeffbass commented 5 months ago

Could you provide more details? Is it 2 systems or 3? Are you using REQ/REP (the default for imageZMQ) or PUB/SUB? I would need more specifics before I can help.