Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Zoom Steps... I think better ))) #111

Open
vruzin opened this issue May 9, 2023 · 1 comment
Open

Zoom Steps... I think better ))) #111

vruzin opened this issue May 9, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@vruzin
Copy link

vruzin commented May 9, 2023

lock_sizes = [1, 0.75, 0.5, 0.25, 0.1]

self.zoom_w = self.source_w_raw * zoom.lock_sizes[zoom.lock_size]
self.zoom_h = self.source_h_raw * zoom.lock_sizes[zoom.lock_size]
...
zoom.lock_size = zoom.lock_size + 1
if len(zoom.lock_sizes)<=zoom.lock_size :
        zoom.lock_size = 0
@tryptech
Copy link
Owner

How would this be reasonably implemented?

  • Should there be a step up and step down hotkey? Cycling through does not appear to be smooth behavior when presenting through OBS.
  • Should the number of steps be determined arbitrarily by the user?
  • If so, should there be an arbitrary number of hotkeys to jump to each step? It would be unwieldy to create more and more hotkeys.

@tryptech tryptech added the enhancement New feature or request label Sep 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants