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)