Hi ShaneCCC,
I have tried to falsh the R32.5.1 to the jetson nx developer kit, but when I type the “cat /proc/modules | grep -i imx219”, it shows nothing, however, the dmesg shows that the sensor driver has loaded successfuly. Why did that happened?
when I ran nvcstestmain.py it shows information down below:
createNvCameraTools: NvCameraTools load success for Version7
getNvCameraTools: createCameraTools_70() success
OFParserListModules: module list: /proc/device-tree/tegra-camera-platform/modules/module0
OFParserListModules: module list: /proc/device-tree/tegra-camera-platform/modules/module1
OFParserGetVirtualDevice: NVIDIA Camera virtual enumerator not found in proc device-tree
---- imager: No override file found. ----
Config Error: sensor load cfg: 0, cfg check: 1
SCF: Error BadParameter: NvCameraIspInitialize failed (in src/services/autocontrol/NvCameraIspDriver.cpp, function initialize(), line 158)
SCF: Error BadParameter: (propagating from src/services/autocontrol/NvCameraIspDriver.cpp, function fillStaticProps(), line 1968)
SCF: Error BadParameter: (propagating from src/services/autocontrol/AutocontrolService.cpp, function fillStaticProps(), line 176)
SCF: Error BadParameter: (propagating from src/api/Source.cpp, function initialize(), line 133)
SCF: Error BadParameter: (propagating from src/api/CameraDriver.cpp, function replaceSourceInList(), line 380)
SCF: Error BadParameter: (propagating from src/api/CameraDriver.cpp, function addSourceByIndex(), line 305)
SCF: Error BadParameter: (propagating from src/api/CameraDriver.cpp, function getSourceByGuid(), line 493)
(nvcameratools) Error BadParameter: (propagating from /dvs/git/dirty/git-master_linux/camera/utils/nvcameratools/scf/nvcameratools.cpp, function getNumSupportedSensorEntries(), line 4816)
---- imager: No override file found. ----
Config Error: sensor load cfg: 0, cfg check: 1
SCF: Error BadParameter: NvCameraIspInitialize failed (in src/services/autocontrol/NvCameraIspDriver.cpp, function initialize(), line 158)
SCF: Error BadParameter: (propagating from src/services/autocontrol/NvCameraIspDriver.cpp, function fillStaticProps(), line 1968)
SCF: Error BadParameter: (propagating from src/services/autocontrol/AutocontrolService.cpp, function fillStaticProps(), line 176)
SCF: Error BadParameter: (propagating from src/api/Source.cpp, function initialize(), line 133)
SCF: Error BadParameter: (propagating from src/api/CameraDriver.cpp, function replaceSourceInList(), line 380)
SCF: Error BadParameter: (propagating from src/api/CameraDriver.cpp, function addSourceByIndex(), line 305)
SCF: Error BadParameter: (propagating from src/api/CameraDriver.cpp, function getSourceByGuid(), line 493)
(nvcameratools) Error BadParameter: (propagating from /dvs/git/dirty/git-master_linux/camera/utils/nvcameratools/scf/nvcameratools.cpp, function getNumSupportedSensorEntries(), line 4816)
(nvcameratools) Error BadParameter: sensor index 0 is larger than sensor property list (in /dvs/git/dirty/git-master_linux/camera/utils/nvcameratools/scf/nvcameratools.cpp, function getSensorProperty(), line 4883)
Traceback (most recent call last):
File "nvcstestmain.py", line 1171, in <module>
main()
File "nvcstestmain.py", line 774, in main
sensorProp.grepSensorInfo()
File "nvcstestmain.py", line 84, in grepSensorInfo
self.oGraph.getSensorProperty(i, camSsourceIndex)
File "/usr/lib/python2.7/nvcamera/nvcameratools.py", line 3155, in getSensorProperty
raise NvCameraException(err, "Error while calling into getSensorProperty")
nvcamera.nvcameratools.NvCameraException: ERROR: Error while calling into getSensorProperty
ErrorCode: 4: bad parameter to method or interface