Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

android-capture

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

android-capture

  • 1.3.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

android-capture

android-capture demo

android-capture makes it easy to capture video and screenshots from Android devices and emulators.

Quick Reference

  • Take a screenshot directly to the clipboard:

    npx android-capture image --copy

  • Record a video to ./new-scroll-behavior.mp4

    npx android-capture video new-scroll-behavior

Usage

$ npx android-capture video [<output-filename>] [...options]

or

$ npx android-capture image [<output-filename>] [...options]

Videos are limited to 3 minutes.

Prerequisites

You need to have Node and the Android developer tools installed. In particular, adb must be installed and available in your terminal path.

If you want to capture from a physical device, the device must be paired with your computer via USB debugging or Wireless debugging

Options

  • --copy (Screenshots only, macOS only, linux/windows contributions welcome!)

    Copies the screenshot to the clipboard. If no output path is given, no file will be saved.

  • --full-res (Video only)

    Records video in full-resolution. By default android-capture reduces the video resolution by 50%, which still offers great quality screen recording.

    May not work with emulators.

  • --open

    Opens the file after saving.

  • --no-countdown (Video only)

    Skips the '3...2...1...' countdown before starting to record.

FAQs

Package last updated on 06 Apr 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc