Hi, I am investigation the option to record three cameras inputs to three different files. I am just wondering if the deepstream will have that option.
Hi,
This may not work by simply modifying config file. You have to check the source code and do integration. Source code is at
deepstream_sdk_on_jetson\sources\apps\sample_apps\deepstream-app
Hi I am looking for something similar, except I want to record videos in chunks/ periodically so that the recorded video files are not too big for the other applications to consume in the downstream. Can you please provide some direction on what integration need to be done on the source code?