ITX-3588J使用HDMI_RX端口,如何全屏显示?

固件类型:官方提供的固件
固件文件名称:Ubantu20.04-Gnome_RK3588_v2.11-123_20221012.img.7z
固件下载地址:百度网盘
Log日志:111.rar

ITX-3588J使用HDMI_RX端口,HDMI_RX端口连接笔记本。输出界面有仍然有边框,如何将笔记本视频信号全屏显示呢?如附件图片所示。

tchip_askquestions


111.rar (323 KB)

你是怎么实现的?用的是gstreamer吗?gstreamer的话需要使用kmssink管道显示输出。

是使用gstreamer 我们使用gst-launch-1.0 v4l2src device=$device_id ! queue ! video/x-raw,format=BGR ! capssetter replace = true caps=“video/x-raw,format=BGR,width=$width,height=$heigh” ! glimagesink &命令。
请问使用kmssink管道显示的命令是什么样的?

glimagesink 换成 kmssink 试试

不行,打印如下:
Setting pipeline to PAUSED …
Pipeline is live and does not need PREROLL …
Setting pipeline to PLAYING …
New clock: GstSystemClock
ERROR: from element /GstPipeline:pipeline0/GstV4l2Src:v4l2src0: Internal data stream error.
Additional debug info:
gstbasesrc.c(3072): gst_base_src_loop (): /GstPipeline:pipeline0/GstV4l2Src:v4l2src0:
streaming stopped, reason not-negotiated (-4)
Execution ended after 0:00:00.140001597
Setting pipeline to PAUSED …
Setting pipeline to READY …
Setting pipeline to NULL …
Freeing pipeline …

hejinyi 发表于 2022-10-31 18:48
不行,打印如下:
Setting pipeline to PAUSED …
Pipeline is live and does not need PREROLL …

在debian11系统上面试一下

hejinyi 发表于 2022-10-31 16:20
是使用gstreamer 我们使用gst-launch-1.0 v4l2src device=$device_id ! queue ! video/x-raw,format=BGR ! …

牛逼