-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do I reduce the window size? #10
Comments
Add this after line 75:
Hope it will help. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This is how my code looks like: while True: Error: |
@sagarnibandhe this is obuous, cv2.resize(img, (int(resize*width), int(resize *height))) |
@surya-veer Yes I agree. I tried this before but it doesn't reduce the window size. I have one last question, how do we handle the delay? is there any way that we can reduce the delay? |
Hello,
Hope you are doing well!
I have a question, how do we reduce the window size? when I run the script, the camera opens and takes the entire screen. How do I reduce that size?
The text was updated successfully, but these errors were encountered: