Skip to content

kenkoooo/rust-minicap-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minicap example in Rust

Requirements

  • minicap
  • An Android device with USB debugging enabled.

Running

  1. Check that your device is connected and ADB is running with adb devices. The following steps may not work properly if you don't.
adb devices
  1. Set up a forward for the server we'll soon have running inside the device. Note that due to laziness the port is currently fixed to 1717.
adb forward tcp:1717 localabstract:minicap
  1. Get information about your display.
adb shell wm size
  1. Start the minicap server. You can see more detail in openstf/minicap.
minicap/run.sh -P 720x1280@720x1280/0
  1. Start the example app.
cargo run --example capture_jpg
  1. screenshot.jpg will be created.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages