Created
January 31, 2020 09:31
-
-
Save riverfor/82cc6a51a82f51efd7489aa7536d7fce 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
| import qpy | |
| import time | |
| import androidhelper as android | |
| droid = android.Android() | |
| droid.recorderStartVideo(qpy.tmp+"/test.mp4", 20, 3) | |
| droid.recorderStop() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment