Updated: 7 months ago
With the Capture feature
Please refer to Genymotion Device image (PaaS) user guide: Capture feature
With ADB
1. Connect your instance to adb
2. 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)
2. Use the API called shell. This API allows passing commands to execute on the device.
3. Use the command screenrecord [options] /sdcard/record.mp4. This will record your screen in a record.mp4 file in /sdcard which can be retrieved with the files HTTP API.
Note
The default recording time limit is 180 seconds. This can be changed with --time-limit option. Maximum value is 86400 (24 hours).
Was this article helpful?
- Yes
- No
Need more help? Request Technical Support
Related articles
- Genymotion Desktop becomes unstable and slow after a while.
- How to screen record with Genymotion SaaS (Cloud)?
- I can't find Google Play Store. Where is it?
- How to embed a Genymotion SaaS (Cloud) device in your website?
- How to install Xposed/EdXposed/LSPosed with Genymotion Device image (PaaS)?