Skip to content
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

Allow output.screen window size to be configured, to deal with very large images #543

Closed
leeping-ng opened this issue Nov 29, 2021 · 0 comments · Fixed by #547
Closed

Allow output.screen window size to be configured, to deal with very large images #543

leeping-ng opened this issue Nov 29, 2021 · 0 comments · Fixed by #547
Assignees
Labels
enhancement New feature or request

Comments

@leeping-ng
Copy link
Contributor

For large videos (e.g. 1920x1080), the window size of output.screen could be larger than a laptop screen, and therefore part of the image cannot be seen.

One way to solve this is to change the resolution in input.live and input.recorded, but this would affect the size of the saved image/video if using output.media_writer.

A possible solution is to do a resize within output.screen itself using this: https://stackoverflow.com/questions/35180764/opencv-python-image-too-big-to-display

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant