Hi,
In Jetson Tx2 board, in Camera module connector, we connect the HDMI to CSI2 bridge board, so we will get the video and audio input from this.
From the below gstreamer cmd, we are able to get the video
gst-launch-1.0 v4l2src ! ‘video/x-raw, width=3840, height=2160, framerate=30/1, format=UYVY’ ! nvvidconv ! ‘video/x-raw(memory:NVMM), width=3840, height=2160, framerate=30/1, format=I420’ ! nvoverlaysink sync=false
How to get the audio input from Gstreamer and how to get th both (video and audio) inputs at the same time with sync one.
Please provide the cmd for this.
-Thanks.