Skip to content

Javascript userscript for capturing screen share from Zoom meeting connected through web browser.

Notifications You must be signed in to change notification settings

seanlaidlaw/ZoomSlideCapture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

ZoomSlideCapture

Javascript userscript for capturing screen share from a Zoom meeting connected through web browser.

Installation

Chrome

Download the Tampermonkey chrome extension and open up its dashboard page.

Navigate to Utilities tab and paste the URL of this repo's javascript file in the 'Install from URL' box and press install:

https://raw.githubusercontent.com/seanlaidlaw/ZoomSlideCapture/master/ZoomSlideCapture.js

Once you press the install button, and verify the installation, it'll load a "Start Capture" button on the Zoom Call when connected through chrome. Pressing this will start capturing the shared screen every second.

It uses perceptual hashes to avoid duplicating images when the screen has only slightly changed. The current threshold for this is if the image has changed by more than 15%.

When you want to stop capturing screen sharing pressing the same button again will stop the loop capturing the screen and will compress the multiple captured images into a single zip file which will be downloaded to your device.

About

Javascript userscript for capturing screen share from Zoom meeting connected through web browser.

Topics

Resources

Stars

Watchers

Forks