This commit is contained in:
Your Name 2024-11-23 19:42:46 +01:00
parent f1a80b370f
commit 1dffb871e2
6 changed files with 2 additions and 2 deletions

0
readme.md Normal file
View File

View File

@ -23,12 +23,12 @@ import mariadb
import time
import threading
from CameraStream import YOLOv8CameraStream # Import the YOLOv8CameraStream class
from lib.CameraStream import YOLOv8CameraStream # Import the YOLOv8CameraStream class
import cv2
import os
import sainsmartrelay
import lib.sainsmartrelay
# db_config = {
# 'user': 'dbUser',