lanefu changed the topic of #armbian-rockchip to: Armbian - Linux for ARM development boards | Rockchip SoC | www.armbian.com | This channel is relayed to the equivalent Discord channel | this channel is logged
DC-IRC has quit [Remote host closed the connection]
DC-IRC has joined #armbian-rockchip
Ark74 has quit [Quit: ZNC 1.8.2+deb2build5 - https://znc.in]
Ark74 has joined #armbian-rockchip
PhotoJim has quit [Ping timeout: 246 seconds]
PhotoJim has joined #armbian-rockchip
Ark74 has quit [Quit: ZNC 1.8.2+deb2build5 - https://znc.in]
Ark74 has joined #armbian-rockchip
<DC-IRC> [Discord] <t1msu_87222> I'm trying to caputre 4k HDMI Input on RK3588. I'm using the vendor kernel and the gstreamer plugins from collabora.
<DC-IRC> [Discord] <t1msu_87222> This is my gstreamer pipeline:
<DC-IRC> [Discord] <t1msu_87222> ```gst-launch-1.0 -v v4l2src device=/dev/video0 ! video/x-raw,format=NV16,width=3840,height=2160,framerate=30/1 ! queue ! fpsdisplaysink text-overlay=false video-sink=fakevideosink```
<DC-IRC> [Discord] <t1msu_87222> I get the error:
<DC-IRC> [Discord] <t1msu_87222> ```../libs/gst/base/gstbasesrc.c(3132): gst_base_src_loop (): /GstPipeline:pipeline0/GstV4l2Src:v4l2src0:
<DC-IRC> [Discord] <t1msu_87222> streaming stopped, reason not-negotiated (-4)
<DC-IRC> [Discord] <t1msu_87222> ```
<DC-IRC> [Discord] <t1msu_87222> my bad, the above is actually working for 4k/30fps, the source was not setup correctly