check anvui
This commit is contained in:
Binary file not shown.
@@ -1,7 +1,7 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"beetai_BeetAipro/file"
|
||||
"Beetai_Pro/file"
|
||||
"fmt"
|
||||
"io"
|
||||
|
||||
@@ -21,7 +21,9 @@ import (
|
||||
var name_dir_engine string = ""
|
||||
var state_read_ecf bool = false
|
||||
|
||||
var path_base string = "/home/admin/monitor"
|
||||
var path_base = "/root/monitor"
|
||||
|
||||
// var path_base string = "/home/admin/monitor"
|
||||
var Path_base_engine string = path_base + "/engine/" + name_dir_engine //"count_people_face" // Name dir engine
|
||||
var Path_log_engine string = path_base + "/log/log_engine"
|
||||
var Path_log_luncher string = path_base + "/log/log_launcher"
|
||||
|
||||
5
Check_engine/build_arm.bat
Normal file
5
Check_engine/build_arm.bat
Normal file
@@ -0,0 +1,5 @@
|
||||
set GOOS=linux
|
||||
set GOARCH=arm
|
||||
set GOARM=5
|
||||
go build
|
||||
pause
|
||||
BIN
Check_engine/root@192.168.2.35
Normal file
BIN
Check_engine/root@192.168.2.35
Normal file
Binary file not shown.
Reference in New Issue
Block a user