Relative Content

Tag Archive for c++windowsopencvgstreamer

Error with VideoWriter using with Gstreamer C++

I am trying to transfer a USB camera stream using Opencv VideoWriter to get it on another pc over UART using VideoCapture. However, I am stuck on VideoWriter. Execution of this code returns with an error and out.isOpened () is always false.
The code that I use…

Error with VideoWriter using with Gstreamer

I am trying to transfer a USB camera stream using Opencv VideoWriter to get it on another pc over UART using VideoCapture. However, I am stuck on VideoWriter. Execution of this code returns with an error and out.isOpened () is always false.
The code that I use…