RotationWatcher.apk icon indicating copy to clipboard operation
RotationWatcher.apk copied to clipboard

Locks Rotation when starting the Stream

Open M6D6M6A opened this issue 5 years ago • 2 comments

Hello, I rewrote the ADBMirror for Python 3.7 and changed the GUI to just raw cv2.imageview. Now i have the problem that every time I start the Videostream it locks my Rotation, is it possible to change some parameters to avoid the Rotationlock?

Greetings, Philipp

M6D6M6A avatar May 29 '19 10:05 M6D6M6A

Issue Label Bot is not confident enough to auto-label this issue. See dashboard for more details.

issue-label-bot[bot] avatar May 29 '19 10:05 issue-label-bot[bot]

Managed to fix it myself. It was in the adbclient and i just needed to put "self.rot_auto(True)" without quotes at the start of the run() function.

M6D6M6A avatar May 29 '19 11:05 M6D6M6A