Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save riverfor/82cc6a51a82f51efd7489aa7536d7fce to your computer and use it in GitHub Desktop.

Select an option

Save riverfor/82cc6a51a82f51efd7489aa7536d7fce to your computer and use it in GitHub Desktop.
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