displayid=1 does not work
my device has 2 displays, and device level is 27.
when I try: adb shell LD_LIBRARY_PATH=/data/local/tmp/ data/local/tmp/minicap -P 2608x720@2608x720/0 & it worked for display id 0
when I try: adb shell LD_LIBRARY_PATH=/data/local/tmp/ data/local/tmp/minicap -d 1 -P 2608x720@2608x720/0 & it also show pictures from display id 0
this is some infos for -i arg: adb shell "LD_LIBRARY_PATH=/data/local/tmp/ data/local/tmp/minicap -i -P 1080x720@1080x720/0 " { "id": 0, "width": 2608, "height": 720, "xdpi": 414.02, "ydpi": 203.20, "size": 7.23, "density": 1.00, "fps": 60.00, "secure": true, "rotation": 0 }
another one: adb shell "LD_LIBRARY_PATH=/data/local/tmp/ data/local/tmp/minicap -d 1 -i -P 1080x720@1080x720/0 " { "id": 1, "width": 1920, "height": 720, "xdpi": 2147483.75, "ydpi": 2147483.75, "size": 0.00, "density": 1.00, "fps": 60.00, "secure": true, "rotation": 0 }
Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.81. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!
Links: app homepage, dashboard and code for this bot.
cpu abi = arm64-v8a
do we have plan to fixed this issue