Hello.
In our project we use a SDI camera connected to the M.2 video capture module.
As a result there is /dev/video0 point for capturing video.
Currently we capture video with this command:
ffmpeg -i /dev/video0 -s 1920x1080 -r 25 video_output.avi
As I know, the Xavier NX module have integrated video engine.
How we can use the integrated engine instead of the ffmpeg?
Thank you