Created
December 29, 2018 01:00
-
-
Save LeifAndersen/f2e9466ad541749a4aebc50a28d34d45 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #lang scratch | |
| (require video/private/video | |
| video/private/devices) | |
| (provide vid) | |
| (define vid | |
| (make-input-device #:video "screen-capture-recorder")) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment