-
[ WARN:0] global /io/opencv/modules/videoio/src/cap_v4l.cpp (887) open VIDEOIO(V4L2:/dev/video0): can't open camera by index
Traceback (most recent call last):
File "camera_client.py", line 11, in…
-
Hi Jeff,
Dave from PyImageSearch here. I'm loving `imagezmq`...it will make appearances in Adrian's book.
I'm wondering how we can improve the ImageHub so that if a stream server is already run…
-
[Enhancement] NetGear Client can receive inpunt from multipule Server and show them into a Grid View
## Detailed Description
Same concept is here https://www.pyimagesearch.com/2019/04/15/live-vide…
-
Hello, when the server is turned off, the client cannot reconnect. I wanted to know if there is any way to tell the client that in case of not receiving the reply message (for example in 5 seconds) an…
-
I am getting this exception thrown when I try to close the stream from an ImageSender instance.
`'ImageSender' object has no attribute 'close'`
Thanks for your help!
-
Just noticed while browsing the code: the `receive_*()` methods of `ImageHub` don't use their `copy` argument.
eg:
https://github.com/jeffbass/imagezmq/blob/258453be9d86d213b31d83dcbcfcc68f2619832…
-
Working on windows.
I cloned the repo inside envname/Lib/site-packages
my script does import imagezmq. But no ImageHub attribute is found.
Any Ideas?
-
I would like to use ImageZmq on RPI with some opencv processing and then stream those images onto an android phone/tablet for further action.
Can I use a ZMQ library for android along with ImageZmq ?
-
Hi, I was unable to send a response back to Rpi using ImageHub send_reply.
-
@jeffbass thanks for this very nice library!
Worth uploading to pypi. Willing to add the necessary files, test, and make a pull request if you want, but the upload should probably come from you.