精简了称sdk调用

This commit is contained in:
zxj
2025-08-06 14:45:07 +08:00
parent bbf2e605b5
commit 08611349aa
15 changed files with 545 additions and 101 deletions
@@ -16,7 +16,7 @@
android:layout_height="wrap_content"
android:layout_gravity="center"
android:paddingTop="1dp"
android:visibility="gone">
android:visibility="visible">
<TextureView
android:id="@+id/dual_camera_texture_preview_rgb"
@@ -29,8 +29,25 @@
android:id="@+id/dual_camera_face_rect_view"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</FrameLayout>
<FrameLayout
android:id="@+id/fl_recognize_ir"
android:layout_width="150dp"
android:layout_height="200dp"
android:layout_gravity="bottom">
<TextureView
android:id="@+id/dual_camera_texture_preview_ir"
android:layout_width="match_parent"
android:layout_height="match_parent" />
<com.sw.plate.utils.arcface.FaceRectView
android:id="@+id/dual_camera_face_rect_view_ir"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</FrameLayout>
</FrameLayout>
<ImageView
android:id="@+id/iv_face_bg"
android:layout_width="match_parent"
@@ -38,7 +55,7 @@
android:layout_gravity="center"
android:background="@drawable/bg_face"
android:contentDescription="相机遮盖层"
android:visibility="visible" />
android:visibility="gone" />
<FrameLayout
android:layout_width="match_parent"
@@ -55,7 +72,7 @@
android:visibility="visible">
<TextView
android:id="@+id/tv_food_info"
android:id="@+id/tv_food_name"
style="@style/text_title_blob_2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"