Dear All,
I’m new to recording video using Jeston. I need to record a video and I have two raspberry camera on my Jetson nano board. I would like to record two angle of my laboratory and after compile a video for divulgation. however, I do not know how I can record them. I can strem on the screen both camera capture using:
gst-launch-1.0 nvarguscamerasrc sensor_id=0 ! \
'video/x-raw(memory:NVMM),width=3280, height=2464, framerate=21/1, format=NV12' ! \
nvvidconv flip-method=0 ! 'video/x-raw,width=960, height=720' ! \
nvvidconv ! nvegltransform ! nveglglessink -e
This works and with two terminals, I can see both camera. How can I use this command and save the video to a file?
cheers
Luigi