Documentation for camera parameters

Please provide the following info:
Hardware Platform: [DRIVE AGX Pegasus™ Developer Kit]
Software Version: [DRIVE Software 10]
Host Machine Version: [native Ubuntu 18.04]
SDK Manager Version: [1.0.1.5538]

The Sensor Enumeration Sample shows the list of camera parameters, e.g.:

Sensor [3] : camera.virtual ? video/file=filepath.{h264,raw,lraw}[,timestamp=file.txt][,create_seek][,time-offset=0]

Is there any additional documentation on what exactly these values do?

I’d like to know generally what all the values do, but specifically I’m interested in the timestamp=file.txt parameter. I noticed that the tools/capture/recorder-tui app saves .h264 video files along with corresponding .h264.timestamp files. Does specifying timestamp=xxx.h264.timestamp automatically synchronise frames from multiple cameras?

Dear @sleff,
Yes. You can check replayer sample.

BTW, you may not notice the poll we created in the forum. Could you help to vote it? Thanks!

Thanks @SivaRamaKrishnaNV
I don’t see anything about timestamp=file.txt parameter string in the camera_replay sample.
Also, the sample is only for a single camera, so doesn’t show anything about synchronising frames between multiple cameras.

Dear @sleff,
I was referring to replayer tool.