python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
RPi tcp video streaming with opencv and gstreamer using v4l2h264enc
I am trying to stream frames using OpenCV and Gstreamer in Python. I'm on a 64 bit Bulseye Raspberry Pi 4.
This is the pipeline I am using on the Raspberry:
pipeline = 'appsrc ! "video/x-raw,fram...
Jaka
Votes: 0
Answers: 2
cv2 imshow() window immediately closes on WSL2
I am using opencv-python in wsl2, and I can't have any images displayed. If I try to run the code below, a window with the correct image and name will open, but will close immediately.
If I try to run...
Igor Cantele
Votes: 0
Answers: 0
USB Camera Timeout/Busy in Long Term Operation
TLDR: USB Camera stops returning images with continued usage.
I am running a continuous application using Raspberry Pi4, Ubuntu, OpenCV where I am capturing an image once every 5 seconds and sending t...
Cody
Votes: 0
Answers: 1
Python OpenCV: Failed to allocate required memory & Unrecognized or unsupported array type in function 'cvGetMat'
I'm trying to open 3 cameras at the same time on a Jetson Nano 2GB with python 3.6.9 and opencv 4.5.4
import cv2
Camera1 = cv2.VideoCapture(0)
Camera2 = cv2.VideoCapture(1)
Camera3 = cv2.VideoCapture...

Vi Peeters
Votes: 0
Answers: 0