I have to capture the video data coming from MIPI TX using MIPI RX and store it in file.
Example:
* Run the gstreamer command to store the video data in file
gst-launch-1.0 v4l2src device=/dev/video1 ! 'video/x-raw,format=(string)RGB,width=3072,height=3072,framerate=(fraction)10/1' ! filesink location=test.raw
* Change the resolution to 1536x1536(dynamic change) and store the data in file.