Tool/software:
Hi,
We tried to use timosaic element but simple pipeline with v4l2h265enc don't work:
GST_DEBUG=3 gst-launch-1.0 \ videotestsrc num-buffers=12 pattern=ball ! video/x-raw,format=NV12, width=640, height=480 ! queue ! mosaic.sink_0 \ videotestsrc num-buffers=12 pattern=ball ! video/x-raw,format=NV12, width=640, height=480 ! queue ! mosaic.sink_1 \ videotestsrc num-buffers=12 pattern=ball ! video/x-raw,format=NV12, width=640, height=480 ! queue ! mosaic.sink_2 \ videotestsrc num-buffers=12 pattern=ball ! video/x-raw,format=NV12, width=640, height=480 ! queue ! mosaic.sink_3 \ timosaic name=mosaic \ sink_0::startx=0 sink_0::starty=0 \ sink_1::startx=640 sink_1::starty=480 \ sink_2::startx=0 sink_2::starty=480 \ sink_3::startx=640 sink_3::starty=0 ! \ v4l2h265enc ! fakesink -v
The element itself works fine if v4l2h265enc is removed from the pipeline, so it look like some integration issues between two H/W accelerated elements.
Can you please check it ?
We are using SDK 10 - > oe-layersetup/configs/processor-sdk-analytics /processor-sdk-analytics-10.00.00-config.txt