You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can run the example following the sample instructions. However, I found there is one issue that the command orientation is hard code for the first run minicap binary. Sometimes, Android app 1 launches at Landscape while app 2 launches at Portrait. Is there any way to make it adapt automatically?
The README covers that. You need to use another utility, which you can make on your own, to detect rotation changes. Then you restart minicap with the correct parameters.
Hi,
I can run the example following the sample instructions. However, I found there is one issue that the command orientation is hard code for the first run minicap binary. Sometimes, Android app 1 launches at Landscape while app 2 launches at Portrait. Is there any way to make it adapt automatically?
adb shell LD_LIBRARY_PATH=/data/local/tmp /data/local/tmp/minicap -P 1440x2560@1440x2560/0 (0 Portrait)
Thanks,
Harry
The text was updated successfully, but these errors were encountered: