jakaskerl Hi jaka, I am trying to do multi device recording with the gen2-record-replay/record.py. The problem is that I can only set the encoding quality, but not the resolutions. There doesn't seem to be a parameter for resolution in the Record
function. Since this is coded in API, I also expected that there would be the usual process of creating the camera nodes, which would allow me to set the resolution for the cameras, but the script seems to do without this.
How would I go about setting the resolutions of my cameras? I would like the RGB, and left/right Mono to be set at 720p.
EDIT: I found the solution. If you run the script with --help, it will show the full range of arguments from the ArgparseManager module. Then you will see options to change the resolution.