-
**Describe the bug**
When starting from a new project with create-react-app and using zeromq v6.0.0-beta.6, the app fails to load with "ReferenceError: require is not defined".
The app starts fine…
-
Hi, I'm facing an issue when I activate the GPU schedule on my deployment by adding :
resources:
limits:
nvidia.com/gpu: 1
The pod returns as logs : **python: error while load…
-
## Question
Hi.
Suppose that I have a simple imagezmq broker wich recives images from a client and shows the result using opencv
```python
import cv2
import imagezmq
image_hub = im…
-
I am wondering if its possible to send PiCam with PUB/SUB rather than REQ/REP?
When attempting to use PUB/SUB with a PiCam I see the following error:
```
Traceback (most recent call last):
Fil…
Kygru updated
3 years ago
-
I am in the process of trying to stream two cameras from one Arduino device to a laptop, but the send_image and recv_image commands lock up on operation. I notice in the documentation for pub_sub_bro…
-
Hello, how can I run it with an usb camera plugged in the Jetson Nano?
With this setup I get the cv2.error that says that no frames are supplied?
I tried to modify the sensor-id but to no success.
…
-
Accelerate video streaming by compressing information
## Detailed description
NetGear works correctly for sending video between clients and servers, but it can improve this speed in situations w…
-
I am following the tutorial by Adrian Rosebrock: https://www.pyimagesearch.com/2019/04/15/live-video-streaming-over-network-with-opencv-and-imagezmq/
My issue is with how imagezmq receives image me…
-
sad, but necessary.
Files to change:
- __main__.py
- CameraServer.py
- CameraGUIDriver.py
- \- Logger.py
- \+DriverStationMap.py
What needs to change:
- Merge CameraServer and CameraGUIDri…
-
Sorry this must be pretty basic.
When I tried to run client.py I got
AttributeError: module 'imagezmq' has no attribute 'ImageSender'
As to where to place imagezmq, I've tried both (2) and (3) as…