Gotta fix those typos

This commit is contained in:
boltgolt 2020-06-22 18:49:04 +02:00
parent 414c3a0e75
commit c3b11d14e6
No known key found for this signature in database
GPG key ID: BECEC9937E1AAE26
2 changed files with 3 additions and 3 deletions

View file

@ -79,7 +79,7 @@ exposure = -1
# Snapshots are saved to the "snapshots" folder
capture_failed = true
# Do the same as the option above but for successful attemtps
# Do the same as the option above but for successful attempts
capture_successful = true
[debug]

View file

@ -1,4 +1,4 @@
# Create and save snapshots of auth attemtps
# Create and save snapshots of auth attempts
# Import modules
import cv2
@ -16,7 +16,7 @@ def generate(frames, text_lines):
# Get the path to the containing folder
abpath = os.path.dirname(os.path.abspath(__file__))
# Get frame dimentions
# Get frame dimensions
frame_height, frame_width, cc = frames[0].shape
# Spread the given frames out horizontally
snap = np.concatenate(frames, axis=1)