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/AWIspApi.h |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/android/hardware/aw/camera/3_4/allwinnertech/libAWIspApi/AWIspApi.h b/android/hardware/aw/camera/3_4/allwinnertech/libAWIspApi/AWIspApi.h
index d5c65d8..fe70493 100755
--- a/android/hardware/aw/camera/3_4/allwinnertech/libAWIspApi/AWIspApi.h
+++ b/android/hardware/aw/camera/3_4/allwinnertech/libAWIspApi/AWIspApi.h
@@ -31,9 +31,9 @@
 	int awIspGetExposureTime(int isp_id);
 	int awIspGetISO(int isp_id);
 
-	status_t awIspGetInfoLength(int* i3a_length, int* debug_length);
-    status_t awIspGet3AParameters(void * params);
-    status_t awIspGetDebugMessage(void * message);
+	int awIspGetInfoLength(int* i3a_length, int* debug_length);
+    int awIspGet3AParameters(void * params);
+    int awIspGetDebugMessage(void * message);
 
 };
 }

--
Gitblit v1.6.2