更新编译版本为 甲方提供的版本

This commit is contained in:
xsl
2025-11-08 20:10:49 +08:00
parent 0c7455650d
commit 9f29667b73
7 changed files with 17 additions and 10 deletions
@@ -271,4 +271,11 @@ public class FaceActivity extends GameActivity implements FaceLandmarkerHelper.L
Log.i("FaceActivity", "ChangeState:" + json);
ChangeStateCpp(json);
}
// 添加这个缺失的方法
@Override
public void onEmpty() {
// 当没有检测到人脸时的处理逻辑
Log.d(TAG, "No face detected in the current frame");
}
}