How to reset ISP configuration on jetson agx xavier

Hi all,

I have a custom camera_override.isp and overrieded the default ISP configuration parameters by following the steps below :

1. If there are any nvcam_cache_#.bin and serial_no_#.bin files under /var/nvidia/nvcam/settings on Jetson, delete them.

sudo rm /var/nvidia/nvcam/settings/nvcam_cache_* sudo rm /var/nvidia/nvcam/settings/serial_no_*

2. Copy camera_overrides.isp in the correct location:

cp /camera_overrides.isp /var/nvidia/nvcam/settings

3. Do below commands:

sudo chmod 664 /var/nvidia/nvcam/settings/camera_overrides.isp
sudo chown root:root /var/nvidia/nvcam/settings/camera_overrides.isp

The new captured image was not as i expected and i want to reset the previous configuration, is there any way to go back to the previous config ?

Thanks

Delete all of the *.bin and also remove the *.isp to try. Don’t copy the camera_overrides.isp

Thank you @ShaneCCC

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.