Skip to content

Commit 1479c68

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 0f814e0 commit 1479c68

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

computer_vision/wave_tune.py

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
VOLUME_CHANGE_COOLDOWN = 0.5
1010
VOLUME_CHANGE_THRESHOLD = 50
1111

12+
1213
def main() -> None:
1314
"""Main function to control hand gestures for volume control."""
1415
cap = cv2.VideoCapture(CAMERA_ID)
@@ -82,5 +83,6 @@ def main() -> None:
8283
cv2.destroyAllWindows()
8384
print("Program ended")
8485

86+
8587
if __name__ == "__main__":
8688
main()

0 commit comments

Comments
 (0)