diff --git a/StartService/bin/start b/StartService/bin/start index 59c53d7..f51c1e0 100755 Binary files a/StartService/bin/start and b/StartService/bin/start differ diff --git a/StartService/src/start.cpp b/StartService/src/start.cpp index de07fc2..2e27a90 100644 --- a/StartService/src/start.cpp +++ b/StartService/src/start.cpp @@ -32,5 +32,8 @@ int main(int argc, char **argv) system(commnd.c_str()); + //启动摄像头 + system("sh /home/orangepi/Desktop/YoloStart.sh"); + return 0; } \ No newline at end of file