RotationWatcher.apk
RotationWatcher.apk copied to clipboard
Locks Rotation when starting the Stream
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
Issue Label Bot is not confident enough to auto-label this issue. See dashboard for more details.
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.