fast screen cap on android, with minicap.
pip install fastcap
d = MNCDevice('123456F')
d.screen_shot()
d.export_screen('./aaa.png')
and now you will get 'aaa.png' in current directory.
File transport is not a perfect way. For further usage, we should replace it with socket.