How to take multi video use LI-XAVIER-KIT-IMX577M12-H on Jetson Xavier AGX

Hello everyone!

I need your help on take a video.
I want to take a video with 6 cameras multi session.
But I don’t know how to do it.

  1. I was able to use the argus_camera command and start with Multi Session mode.
  2. I was able to use the argus_camera command and record video at only camera 0 with Video mode.

I have AGX Xavier and LI-XAVIER-KIT-IMX577M12-H Lepard Imaging, and adapter boards for Xavier camera connector.

I didn’t find any documentation or hints on this.
Could somebody help me to solve this problem?
Thanks!

@SimonZhu
Do you have sample for recording from multiple cameras?

Thanks

@carrie_stoked
Please try below command to see if it works.
gst-launch-1.0 nvarguscamerasrc sensor-id=0 num-buffers=500 ! ‘video/x-raw(memory:NVMM), width=4032, height=3040, framerate=30/1’ ! nvtee ! omxh264enc bitrate=2000000 ! qtmux ! filesink location=video_0.mp4 -e nvarguscamerasrc sensor-id=1 num-buffers=500 ! ‘video/x-raw(memory:NVMM), width=4032, height=3040, framerate=30/1’ ! nvtee ! omxh264enc bitrate=2000000 ! qtmux ! filesink location=video_1.mp4 -e nvarguscamerasrc sensor-id=2 num-buffers=500 ! ‘video/x-raw(memory:NVMM), width=4032, height=3040, framerate=30/1’ ! nvtee ! omxh264enc bitrate=2000000 ! qtmux ! filesink location=video_2.mp4

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.