|
发表于 2023-2-11 13:16:22
只看该作者
板凳
我在camera3_profiles_rk3588.xml 添加了ov13850的支持,
将这里 <sensorType value="SENSOR_TYPE_RAW"/>修改成<sensorType value="SENSOR_TYPE_SOC"/>后,我可以使用相机app打开摄像头了,并且可以看到画面,但是画面非常黑.应该是需要修改成RAW 用iqfile才是正确的对吧.
但是配置成RAW : <sensorType value="SENSOR_TYPE_RAW"/>看日志是有问题,应该是SDK对RAW的外设本身存在问题.
log如下:
02-09 07:22:40.485 432 432 D RKISP2CtrlLoop: @init : iq_file_full_path:/vendor/etc/camera/rkisp2/
02-09 07:22:40.486 432 432 E rkisp : [XCORE]:XCAM ERROR rk_aiq_user_api_sysctl.cpp:403: Should use json instead of xml
02-09 07:22:40.519 432 432 E rkisp : [XCORE]:XCAM ERROR rk_aiq_user_api_sysctl.cpp:420: Failed to find params of : scene in json, using default scene
02-09 07:22:40.519 432 432 E rkisp : [ACCM]:XCAM ERROR rk_aiq_accm_algo.cpp:84: fail to estimate illuminant!!!
02-09 07:22:40.519 432 432 E rkisp :
02-09 07:22:40.520 432 432 E rkisp : [AWB]:XCAM ERROR rk_aiq_awb_algo_v201.cpp:2749: can't find (null) in all CalibParaV21 light sources for lightSourceForFirstFrame
02-09 07:22:40.520 432 432 E rkisp :
--------- beginning of crash
02-09 07:22:40.520 432 432 F libc : Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0xc in tid 432 (provider@2.4-se), pid 432 (provider@2.4-se)
json文件是已经存在的.这个问题应该如何解决? |
|