A lightweight Python module that automates ADB bridging and connects straight to headless Android hosts to ingest high-speed camera frame arrays natively inside OpenCV.
- Zero Terminal Overhead: Automatically flushes, registers, and establishes your local
adb forwardport routing entirely from code. - Remote Hardware Control: Sends instant upstream control triggers (
0x01to START /0x02to STOP) to manage remote phone camera deployment lifetimes efficiently. - OpenCV Drop-In Compatible: Implements a standard class architecture matching the familiar
cv2.VideoCapturelayout structure (open(),read(),release()).
Ensure you have your core vision dependencies configured before importing the module wrapper:
pip install opencv-python numpy