This repository was archived by the owner on May 5, 2025. It is now read-only.

Description
Hi,
Can anyone tell me how to pass two input files for stitching two source using gstreamer plugin xcamfilter?
The provided test command is not explained for adding multiple filesrc
given command: gst-launch-1.0 filesrc location=input.nv12 ! videoparse width=1920 height=1080 format=nv12 ! xcamfilter copy-mode=1 enable-stitch=true stitch-scale=local stitch-fisheye-map=true stitch-lsc=true stitch-fm-ocl=true stitch-res-mode=1080p ! video/x-raw, foramt=NV12, width=1920, height=960 ! queue ! vaapiencode_h264 rate-control=cbr ! qtmux ! filesink location=test.mp4
as per this given command, the file source is only input.nv12. What is it stitching if there's only 1 input?