As an example, for the OV5693 sensor, one valid pipeline for gstreamer would be the following one:
gst-launch-1.0 nvarguscamerasrc ! 'video/x-raw(memory:NVMM), width=1920, height=1080, format=(string)NV12, framerate=(fraction)30/1' ! nvoverlaysink -e
Anyway, observing the device tree of the OV5693 sensor (/hardware/nvidia/platform/t18x/common/kernel-dts/t18x-common-modules/tegra186-camera-e3326-a00.dtsi) there are some modes defined, corresponding to 2592x1944, 2592x1458 and 1280x720. Taking this into account, how is the aforementioned pipeline working if it is not concurrent with any of the modes of the device tree? How are these related?