import sys import cv2 sys_path = sys.path[0].replace("\\", "/") def process_face_detection(image : cv2.typing.MatLike, fps : int = 10) : pass