Hello,
I’m porting my application from Jetson Nano to Jetson Xavier NX (same JetPack version), and I’ve encountered some problems with the ISP AutoExposure getting the image darker and darker until it’s completely black.
I’m also getting weird error messages from Argus:
(Autocontrol) Error BadParameter: calculated histogram index, maxRGBInt = 1960162096 crossed its limit (in src/algorithms/ae/ae_stats_utils.cpp, function NvIspAeCalcMaxRGBHistogramsFromLac1(), line 266)
(Autocontrol) Error BadParameter: (propagating from src/algorithms/ae/plugins/aohdr/AEComputePluginAoHdr.cpp, function computeMidtoneMeter(), line 95)
(Autocontrol) Error BadParameter: (propagating from src/algorithms/ae/plugins/aohdr/AEComputePluginAoHdr.cpp, function computeDerivedStats(), line 352)
(Autocontrol) Error BadParameter: calculated histogram index, maxRGBInt = 1960162096 crossed its limit (in src/algorithms/ae/ae_stats_utils.cpp, function NvIspAeCalcMaxRGBHistogramsFromLac1(), line 266)
(Autocontrol) Error BadParameter: (propagating from src/algorithms/ae/plugins/aohdr/AEComputePluginAoHdr.cpp, function computeMidtoneMeter(), line 95)
(Autocontrol) Error BadParameter: (propagating from src/algorithms/ae/plugins/aohdr/AEComputePluginAoHdr.cpp, function computeDerivedStats(), line 352)
(Autocontrol) Error BadParameter: calculated histogram index, maxRGBInt = 1950659488 crossed its limit (in src/algorithms/ae/ae_stats_utils.cpp, function NvIspAeCalcMaxRGBHistogramsFromLac1(), line 266)
(Autocontrol) Error BadParameter: (propagating from src/algorithms/ae/plugins/aohdr/AEComputePluginAoHdr.cpp, function computeMidtoneMeter(), line 95)
(Autocontrol) Error BadParameter: (propagating from src/algorithms/ae/plugins/aohdr/AEComputePluginAoHdr.cpp, function computeDerivedStats(), line 352)
(Autocontrol) Error BadParameter: calculated histogram index, maxRGBInt = 1960162096 crossed its limit (in src/algorithms/ae/ae_stats_utils.cpp, function NvIspAeCalcMaxRGBHistogramsFromLac1(), line 266)
(Autocontrol) Error BadParameter: (propagating from src/algorithms/ae/plugins/aohdr/AEComputePluginAoHdr.cpp, function computeMidtoneMeter(), line 95)
(Autocontrol) Error BadParameter: (propagating from src/algorithms/ae/plugins/aohdr/AEComputePluginAoHdr.cpp, function computeDerivedStats(), line 352)
(Autocontrol) Error BadParameter: calculated histogram index, maxRGBInt = 1960162096 crossed its limit (in src/algorithms/ae/ae_stats_utils.cpp, function NvIspAeCalcMaxRGBHistogramsFromLac1(), line 266)
(Autocontrol) Error BadParameter: (propagating from src/algorithms/ae/plugins/aohdr/AEComputePluginAoHdr.cpp, function computeMidtoneMeter(), line 95)
(Autocontrol) Error BadParameter: (propagating from src/algorithms/ae/plugins/aohdr/AEComputePluginAoHdr.cpp, function computeDerivedStats(), line 352)
(Autocontrol) Error BadParameter: calculated histogram index, maxRGBInt = 1960162096 crossed its limit (in src/algorithms/ae/ae_stats_utils.cpp, function NvIspAeCalcMaxRGBHistogramsFromLac1(), line 266)
(Autocontrol) Error BadParameter: (propagating from src/algorithms/ae/plugins/aohdr/AEComputePluginAoHdr.cpp, function computeMidtoneMeter(), line 95)
(Autocontrol) Error BadParameter: (propagating from src/algorithms/ae/plugins/aohdr/AEComputePluginAoHdr.cpp, function computeDerivedStats(), line 352)
Any idea about what can be done concerning this issue ?
Regards