From 35e0f79b354c19adcbfab66ed8a90242962f29ba Mon Sep 17 00:00:00 2001 From: Tulis <79586741+Tulis12@users.noreply.github.com> Date: Wed, 10 Sep 2025 19:56:21 +0200 Subject: [PATCH] working --- .idea/workspace.xml | 16 +++++++++++----- video_methods.py | 1 + 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 556dd2c..f4ac791 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -5,10 +5,8 @@ - - - + diff --git a/video_methods.py b/video_methods.py index bf527e1..27ecd39 100644 --- a/video_methods.py +++ b/video_methods.py @@ -16,6 +16,7 @@ class Method: def __init__(self, method_type): self.method_type = method_type + print(method_type) if method_type is "cam": self.cap = cv2.VideoCapture(0)