update config ultraface
This commit is contained in:
@@ -100,6 +100,17 @@ class ConfigController extends Controller {
|
||||
"ir_neighbor" => 1
|
||||
]
|
||||
],
|
||||
"ultraface" => [
|
||||
"enable" => 1,
|
||||
"translate_x" => 0,
|
||||
"translate_y" => 0,
|
||||
"width" => 160,
|
||||
"height" => 120,
|
||||
"threshold" => 0.7,
|
||||
"min_size" => 60,
|
||||
"thread_use" => 2,
|
||||
"max_ratio" => 1.5
|
||||
],
|
||||
"haarcascade" => [
|
||||
"enable" => 1,
|
||||
"show_time_detect" => 0,
|
||||
@@ -127,7 +138,11 @@ class ConfigController extends Controller {
|
||||
"full_screen" => 1,
|
||||
"width" => 1920,
|
||||
"height" => 1080,
|
||||
"banner" => "Have a nice day!"
|
||||
"banner" => "Have a nice day!",
|
||||
"bb_color_rgb" => [
|
||||
"detect" => [0, 250, 150],
|
||||
"recog" => [255, 0, 0]
|
||||
]
|
||||
],
|
||||
"id_city" => 1581130,
|
||||
"open_door" => [
|
||||
|
||||
Reference in New Issue
Block a user