FrogPilot setup

This commit is contained in:
FrogAi
2024-03-01 09:26:59 -07:00
parent 79de1afb51
commit bdfd1228d4
105 changed files with 2242 additions and 177 deletions
+3
View File
@@ -933,6 +933,9 @@ void process_road_camera(MultiCameraState *s, CameraState *c, int cnt) {
}
void cameras_run(MultiCameraState *s) {
// FrogPilot variables
Params paramsMemory{"/dev/shm/params"};
LOG("-- Starting threads");
std::vector<std::thread> threads;
if (s->driver_cam.enabled) threads.push_back(start_process_thread(s, &s->driver_cam, process_driver_camera));