UNPKG

react-native-facerecognition

Version:
16 lines (13 loc) 568 B
<?xml version="1.0" encoding="utf-8"?> <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:opencv="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="match_parent"> <cv.reactnative.facerecognition.FaceRecognition android:id="@+id/camera_view" android:layout_width="match_parent" android:layout_height="match_parent" android:visibility="visible" opencv:camera_id="front" opencv:show_fps="false" /> </FrameLayout>