With the Capture feature
Please refer to Genymotion Device image (PaaS) user guide: Capture feature.
With ADB
- Connect your instance to adb.
- Use the adb shell screenrecord command (see https://adbshell.com/commands/adb-shell-screenrecord).
With HTTP API
- From your instance web display, go to API reference (see Genymotion HTTP API).
- Use the API called shell.
- The HTTP API allows passing commands to execute on the device.
- Use the command screenrecord [options] /sdcard/record.mp4.
- The recording will be saved to /sdcard/record.mp4. It can be retrieved with the files HTTP API.
Note
- The default recording time limit is 180 seconds.
- The default recording time limit can be changed with --time-limit option.
- The maximum value is 86400 (24 hours).