This commit is contained in:
2025-11-27 21:28:10 +01:00
parent d3063a6048
commit 310997a8dd
7 changed files with 164 additions and 49 deletions

View File

@ -34,7 +34,7 @@ class Method:
self.start_time = time.time()
def receive_frame(self):
if self.method_type is "cam":
if self.method_type == "cam":
_, frame = self.cap.read()
if not _: