-
Hello,
I have seen the project long ago, only now I tried.
However, I found, that if imagehub (receiver) is restarted, the sender is stalled.
Probably waiting the 'OK' response. Is there a way…
-
Please confirm if this works in Windows 10 too ?
-
HI author,
Thank you for your great work !.
I've tested the PUB/SUB with threading machanism. The publisher sends a lot of frames. However, the receiver shows the returned images extremely sl…
-
Hi @jeffbass,
We are working on one of the video surveillance project, where we need to process 200+ camera feeds to multiple computer vision algorithms. This project looks great, but can you sugge…
-
Hi,
Is there any option to use this library over websocket. For enterprise network only 443 is open.
Please suggest?
-
I tried to execute this example and export .fmu file.
[https://github.com/ThummeTo/FMIExport.jl/blob/main/examples/FMI2/BouncingBall/src/BouncingBall.jl](https://github.com/ThummeTo/FMIExport.jl/blob…
-
Does imagezmq support the use of topics? I see all the connections open with the empty topic string, and the data itself is in an array.
I would like to implement a broker strategy, where multiple pr…
-
I have modified the code a little bit on my end (made a Hub class), but this is generally the same implementation, so when running the hub,
```python
image_hub = imagezmq.ImageHub()
while True: …
-
Jeff. Love your project. I am working on a project that uses multiple RPI 's with camera's could be webcams as well. The hub program starts and waits for the currently three sender RPI's to send an…
-
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