react-native-facerecognition
Version:
Detect and Recognize faces as fast as possible in react native!
16 lines (13 loc) • 568 B
text/xml
<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>