jeffbass / imagezmq

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

Attribute Error #81

Closed mohan51 closed 1 year ago

mohan51 commented 1 year ago

Hi Jeff, I am getting --> if image.flags['C_CONTIGUOUS']: AttributeError: 'NoneType' object has no attribute 'flags' while connected my two raspberrypi's to pc

jeffbass commented 1 year ago

I believe we got this problem fixed in your imagenode issue #23. But if you have other questions about imageZMQ, feel free to open an issue in this repository.