This commit is contained in:
2025-10-08 10:49:24 +08:00
parent 0eb94c9e11
commit 7cbb9dfe88
2 changed files with 3 additions and 0 deletions

Binary file not shown.

View File

@@ -32,5 +32,8 @@ int main(int argc, char **argv)
system(commnd.c_str());
//启动摄像头
system("sh /home/orangepi/Desktop/YoloStart.sh");
return 0;
}