Commit c1b3571b authored by Nimesh's avatar Nimesh

Update screen.py

parent 8aa2bf0b
......@@ -31,7 +31,7 @@ class myThread1 (threading.Thread):
codec = cv2.VideoWriter_fourcc(*"XVID")
filename = "../results/ScreenRecordings/"+read_config()+"_"+datetime.now().strftime('%d-%m-%Y_%H:%M:%S')+".avi"
fps =5.0
fps =24.0
out = cv2.VideoWriter(filename, codec, fps, resolution)
while True:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment