forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-11-30 6c9be420e167ee7ce45c0309586f09ddab28ac15
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
if BR2_PACKAGE_RV1108
 
# BSP packages
config BR2_PACKAGE_RKFACE
   bool "rv1108 package Rockchip Face Algorithm"
 
if BR2_PACKAGE_RKFACE
menu "RK Face Configures"
 
config BR2_PACKAGE_RKFACE_AUTHORIZATION
    bool "Enable rkface Authorization "
    default n
 
config BR2_PACKAGE_RKFACE_DETECTION
    bool "Enable rk face detection"
    default y
 
config BR2_PACKAGE_RKFACE_RECOGNITION
    bool "Enable rk face recognition"
    default y
 
config BR2_PACKAGE_RKLIVE_DETECTION_2D
    bool "Enable rk live detection 2d"
    default n
 
endmenu
endif
 
endif