[ROC-RK3568-PC] Linux下使用gst-launch-1.0预览摄像头

Posted Neutionwei

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了[ROC-RK3568-PC] Linux下使用gst-launch-1.0预览摄像头相关的知识,希望对你有一定的参考价值。

预览脚本如下:

#!/bin/bash

export DISPLAY=:0
export XAUTHORITY=/home/firefly/.Xauthority
WIDTH=1920
HEIGHT=1080
SINK=gtksink
#SINK=kmssink
#SINK=autovideosink
#SINK=waylandsink
#SINK=xvimagesink

gst-launch-1.0 v4l2src device=/dev/video0 ! video/x-raw,format=NV12,width=${WIDTH},height=${HEIGHT}, framerate=30/1 ! videoconvert ! $SINK &

wait

以上是关于[ROC-RK3568-PC] Linux下使用gst-launch-1.0预览摄像头的主要内容,如果未能解决你的问题,请参考以下文章

[ROC-RK3568-PC] 手把手教你编译Linux_SDK并打包Ubuntu系统固件

[ROC-RK3568-PC] 手把手教你解包Ubuntu系统固件

[ROC-RK3568-PC] 手把手教你打包能使用Etcher或dd命令烧写的Ubuntu系统固件

[ROC-RK3568-PC] 手把手教你打包能使用Etcher或dd命令烧写的Ubuntu系统固件

[ROC-RK3568-PC] Kernel去除overlayfs的配置

[ROC-RK3568-PC] Kernel配置支持docker或者k8s