As Above
You can copy ISP overrides to /var/nvidia/nvcam/settings/camera_overrides.isp. Be sure that the .isp file is owned by root with group root. Prior to R32.1 the file must also be mode 664.
If you need different overrides for different cameras in a multi-camera system you can do that too via the ‘badge name’ of the sensor.
sudo cp imx390.isp /var/nvidia/nvcam/settings/camera_overrides.isp
sudo chown root:root /var/nvidia/nvcam/settings/camera_overrides.isp
sudo chmod 664 /var/nvidia/nvcam/settings/camera_overrides.isp
# Run argus camera to view the results
argus_camera
Do you where can I download the newest version isp setting file in R32.1?
You should contact whomever your imx390 supplier is for ISP settings. They should supply that to you as part of their software bundle for Jetson.
Hi @D3_growe ,
I added the isp overrides not I want to remove it but its not working even after I deleted the isp override file.
How to remove the overrides and set to default ?
Removing the file and re-starting the camera stream is all that is necessary to remove an overrides file. To be certain you can also delete any cache files in that directory.
How are you determining that an overrides file is not be loaded?
Hi @D3_growe ,
I removed the files and cache and restarted the devkit but after starting the streaming the override file is not there but the cache files are created somehow.
Is there some other file I need to remove ?
That’s all you need to do. The cache files are OK to have there. You are using the defaults now.