From faad6b941d840167c30fd28efa019d8d81843386 Mon Sep 17 00:00:00 2001 From: Dana <Dana_Lee1016@126.com> Date: 星期三, 24 十二月 2025 14:42:21 +0800 Subject: [PATCH] 1.日志最多打印5次(即使后续继续失败也不再打印) 2.连续5次 processCamera 返回 -1 时,自动终止编码推流和视频文件写入 3.成功获取帧数据后,计数器会重置,允许后续重新计数 4.终止编码线程 // 停止编码 isRunning.set(false); --- app/src/main/aidl/com/anyun/h264/model/ResourceInfo.aidl | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/app/src/main/aidl/com/anyun/h264/model/ResourceInfo.aidl b/app/src/main/aidl/com/anyun/h264/model/ResourceInfo.aidl index 5e54c23..fd778bb 100644 --- a/app/src/main/aidl/com/anyun/h264/model/ResourceInfo.aidl +++ b/app/src/main/aidl/com/anyun/h264/model/ResourceInfo.aidl @@ -7,3 +7,4 @@ + -- Gitblit v1.8.0