修复了识别窗口追踪功能

This commit is contained in:
zxj
2025-08-08 10:25:54 +08:00
parent 4a29b3adc9
commit 4086f9c0b7
2 changed files with 28 additions and 17 deletions
@@ -12,7 +12,7 @@
<!--人脸识别-->
<FrameLayout
android:id="@+id/fl_face"
android:layout_width="376dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:paddingTop="1dp"
@@ -21,8 +21,7 @@
<TextureView
android:id="@+id/dual_camera_texture_preview_rgb"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_height="match_parent"
android:visibility="visible" />
<com.sw.plate.utils.arcface.FaceRectView