!7 sclass YOLO > DynPrintLog { start { doEvery(10000, r { O webCam = dm_findResolvedModule("#1016673/LiveWebCam"); if (webCam == null) ret with print("Web Cam Module not loaded"); L> results = runYolo(imagePath); printStruct(results); }); } }