Skip to content

kuloPo/Android2OpenCV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Android2OpenCV

Stream Android screen to OpenCV.

Implementation Details

This project uses "adb screenrecord" to generate h264 stream, and pipe to FFMPEG for decoding.

Run

Windows

  1. Download adb and make sure it is in the system PATH
  2. Make sure the device shows up using adb devices
  3. Download this program from release and run A2CV.exe

Linux

Only tested on Ubuntu 22.04 Desktop

sudo apt install libopencv-dev adb
chmod +x ./A2CV_Linux
./A2CV_Linux

Demo

About

Stream Android screen to OpenCV.

Resources

License

Stars

Watchers

Forks

Packages

No packages published