working
This commit is contained in:
@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user