camera ISP问题梳理

error  log:

 E/mm-camera(  809): <ISP   ><ERROR> 331: isp_stats_buf_mgr_get_buf: failed: could not find stats instance
 E/mm-camera(  809): <ISP   ><ERROR> 416: isp_parser_thread_process: failed: get buf failed
 I/mm-camera(  809): <MCT   >< INFO> 1021: mct_controller_handle_SOF_proc: (sofdelay, curr_sofdelay) = (0, 0) kptr 427
 E/mm-camera(  809): <ISP   ><ERROR> 710: isp_parser_thread_func: failed: isp_parser_process
 E/mm-camera(  809): <ISP   ><ERROR> 331: isp_stats_buf_mgr_get_buf: failed: could not find stats instance
 E/mm-camera(  809): <ISP   ><ERROR> 416: isp_parser_thread_process: failed: get buf failed

 E/mm-camera(  809): <ISP   ><ERROR> 710: isp_parser_thread_func: failed: isp_parser_process

 修改方案:

vendor/qcom/proprietary/mm-camera/mm-camera2/media-controller/modules/isp2/common/isp_defs.h

#define MAX_STATS_BUFFERS 定义值改大。尝试继续复现


猜你喜欢

转载自blog.csdn.net/wing12345678910/article/details/79657009