How to enable 120fps mode on IMX219 sensor on Jetson Nano

Hi Dane,

Thank you for that. I actually had read through earlier and they are doing this for the NX. At multiple places, they said to adapt it for the Nano or other platforms.

Since I am completely new to Linux, I do not know how to adapt the code for the Nano. Here are some places I am getting stuck:

[1] Patch the two files mentionned by @DaneLLL. How do I patch the files? What does that mean? What is the command to patch the files?

[2]
Not mandatory. Boost NX for saving some time. You may adapt for Nano.
Increase instantaneous OC limit, from 3.6A to 5A on NX, in order to prevent 'soctherm: OC ALARM 0x00000001'
Should be safe on NX according to: System throttled due to over-current? - #58 by JerryChang
sudo sh -c 'echo 5000 > /sys/devices/c250000.i2c/i2c-7/7-0040/iio:device0/crit_current_limit_0'

How do I adapt this command for the Nano?

[3] This is default device tree for NX on B01 devkit, you would adapt for other case.
sudo cp ${TEGRA_KERNEL_OUT}/arch/arm64/boot/dts/tegra194-p3668-all-p3509-0000.dtb /boot/test.dtb

What would the command be for the Nano?

Thank you for your help in answering my questions!