Allow output.screen
window size to be configured, to deal with very large images
#543
Labels
enhancement
New feature or request
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
andinput.recorded
, but this would affect the size of the saved image/video if usingoutput.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-displayThe text was updated successfully, but these errors were encountered: