forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-02-13 e440ec23c5a540cdd3f7464e8779219be6fd3d95
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