#ifndef DETECTION_WORKER_H #define DETECTION_WORKER_H #include "onnxrunner.h" // 检测工作者函数声明 void detectionWorker(int camera_id); #endif // DETECTION_WORKER_H