0

I created media pipe android app. And remove the restrictions so that it can work in landscape. But the camera is rotated by 90 degrees in landscape mode. Is there any solution for this?

1 Answers1

0

Yeah, You'll need to modify 3 files. I couldn't get it to work with Auto rotate but its working perfectly if you need it to be always on landscape. Look at the steps I mentioned here: https://github.com/google/mediapipe/issues/568#issuecomment-975439977

  • 2
    Please [edit](https://stackoverflow.com/posts/70068587/edit) your answer and add the solution if possible, in case the link breaks. Thanks. – Eric Aya Nov 22 '21 at 15:56