From d9927380ed7c8366f762049be9f3fee225860833 Mon Sep 17 00:00:00 2001 From: liyujie <2352380935@qq.com> Date: Thu, 28 Aug 2025 12:04:16 +0000 Subject: [PATCH] [2/4]解决USB摄像头打开相机预览界面绿屏 --- android/hardware/aw/camera/3_4/allwinnertech/libAWIspApi/libisp_new/include/isp_debug.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/android/hardware/aw/camera/3_4/allwinnertech/libAWIspApi/libisp_new/include/isp_debug.h b/android/hardware/aw/camera/3_4/allwinnertech/libAWIspApi/libisp_new/include/isp_debug.h index 7b556b5..192b74a 100755 --- a/android/hardware/aw/camera/3_4/allwinnertech/libAWIspApi/libisp_new/include/isp_debug.h +++ b/android/hardware/aw/camera/3_4/allwinnertech/libAWIspApi/libisp_new/include/isp_debug.h @@ -30,7 +30,7 @@ //#define ISP_DGB_FL - +extern unsigned int isp_lib_log_param;//0xffffffff; #ifdef ANDROID_PLATFORM #define ISP_WARN(fmt,arg...) ALOGW(fmt, ##arg) #define ISP_PRINT(fmt,arg...) ALOGV(fmt, ##arg) -- Gitblit v1.6.2