markdown Abrir camar usb con Gstreamer和VideoCapture
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown Abrir camar usb con Gstreamer和VideoCapture相关的知识,希望对你有一定的参考价值。
# Abrir camara usb con video capture
Pipe de GStreamer para abrir la cámara del Jetson TX1 a través de cv::Videocapture:
```
"nvcamerasrc ! video/x-raw(memory:NVMM), width=(int)1280, height=(int)720,format=(string)I420, framerate=(fraction)24/1 ! nvvidconv flip-method=2 ! video/x-raw, format=(string)BGRx ! videoconvert ! video/x-raw, format=(string)BGR ! appsink"
```
以上是关于markdown Abrir camar usb con Gstreamer和VideoCapture的主要内容,如果未能解决你的问题,请参考以下文章