Skip to content

codin-eric/obs-zoom-and-follow

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Zoom and Follow

Have you ever needed to zoom in on your screen to show some fine detail work, or to make your large 4k/ultrawide monitor less daunting? Zoom and Follow for OBS Studio does exactly that, zooms in on your mouse and follows it around. Configurable and low-impact, you can now do old school Camtasia zoom live!

Inspired by caharkness's Magic Window

Dependencies

Install

  • Install Python 3 (3.6 for Windows, that's what OBS works with)
  • Install pynput python -m pip install pynput
  • Install screeninfo python -m pip install screeninfo
  • Add zoom_and_follow_mouse.py as an OBS script

How to Use

  • Setup a hotkey for "Enable/Disable Mouse Zoom"
  • Setup a hotkey for "Enable/Disable Mouse Follow"
  • Select a source to zoom into as part of the script settings
  • Configure the settings to your liking
  • You're done!

Set up zooms for different sources

  • Copy paste zoom_and_follow_mouse.py file , add it as an OBS script, and repeat How to Use.

To Do

  • Move hotkey to script settings (?)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%