Stream Android screen to OpenCV.
This project uses "adb screenrecord" to generate h264 stream, and pipe to FFMPEG for decoding.
- Download
adband make sure it is in the systemPATH - Make sure the device shows up using
adb devices - Download this program from release and run
A2CV.exe
Only tested on Ubuntu 22.04 Desktop
sudo apt install libopencv-dev adb
chmod +x ./A2CV_Linux
./A2CV_Linux
