-
@jeffbass Need your help here.
I got errors while trying to transport pictures in the format of **jpg** with message pattern **PUB/SUB**.
```
Traceback (most recent call last):
File "./send.py",…
-
-
Hi Jeff, I want to stream from camera to PC using imagezmq(camera stream to PC using normal open cv is okay). I plan to added custom yolov7 object detection. After digging the source it seems that yol…
-
Python 3.8.2 (Win10 x64)
Imagezmq V 1.1.1
--
I noticed that when using:
`sender = imagezmq.ImageSender(connect_to='tcp://localhost:5555', REQ_REP=False)`
it fails with:
`zmq.error.ZMQError…
-
is it possible to send android video feed using kivy and opencv to the imagezmq server?
-
Traceback (most recent call last):
File "OBUclientTCP.py", line 14, in
sender.send_image(client_name,image)
File "/home/ubuntu/.local/lib/python3.8/site-packages/imagezmq/imagezmq.py", lin…
-
Hi,
I have a pretty consistent issue with streaming and displaying with cv2.imshow. The tl;dr is that the server and client seem to be communicating fine, but displaying the frames with cv2.imshow…
-
Hi Jeff, hope you're doing well, I wondered if I could stream video from multiple clients to a remote server on another network?
-
Hello @jeffbass,
So TLDR: I try to send frames from my Jetson nano (running ubuntu18.04) to my PC. They are connected on the same ethernet connection. I use the same syntax as from your /tests/test…
-
Hi everyone, im currently running into an issue where I cannot video more then just the first frame without the shown frame freezing and not responding.
I get a still image and not a video. Is this …