Gotta fix those typos
This commit is contained in:
parent
414c3a0e75
commit
c3b11d14e6
2 changed files with 3 additions and 3 deletions
|
|
@ -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]
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue