-
### 🚀 The feature, motivation and pitch
I want to add PyTorch support to GStreamer project to support video analytics. GStreamer is written in C and Rust with Python bindings. The only way to pass …
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussion…
-
| Required Info | |
|---------------------------------|------------------------------------------- |
| Camera M…
-
I want to run multistream inference on rasberrypi5 and get :
```
(hailo_env) ain@pi5-hailo:~/tappas/scripts/gstreamer $ ./install_hailo_gstreamer.sh
~/tappas/core/hailo ~/tappas/scripts/gstreame…
-
Hi
I am lost ... I tried to find online information about building opencv-python with gstreamer support, but I failed.
I set the cmake args with_gstreamer to ON, but at the end cv2.getBuildInform…
-
## Bug report
Importing Gstreamer python bindings seems to make rclpy segfault or abort when trying to create a node.
**Required Info:**
- Operating System:
- Ubuntu 22.04
- Installat…
-
When I use gstreamer to decode rtsp stream by opencv-python in docker image `foxy-pytorch-l4t-r35.1.0` , I can only use ordinary decoders rather than GPU-based decoder such as nvvidconv. But I can fin…
-
Hi,
I have seen the library InstantCameraAppSrc library from Imaginghub that can be used to utilize Gstreamer and Basler camera. It does not however consider python. Its all C code. Anyone here who…
-
### EasyEffects Version
4.8.7
### What package are you using?
Other (specify below)
### Distribution
AUR(pulseeffects-legacy 4.8.7-1)
### Describe the bug
I thing the most clear explanation wha…
-
I used the "pip install opencv-contrib-python" method and if I run the following:
```
import cv2
print(cv2.getBuildInformation())
```
I can plainly see that GStreamer isn't enabled. I'm not…