Captured image always shows landscape and setRotate cannot be resolved

后端 未结 2 1870
梦谈多话
梦谈多话 2021-01-26 13:57

There are quite a few similar topics and issues around here and I follow this . But I get error.

My Code

@Override

protected void onAct         


        
2条回答
  •  心在旅途
    2021-01-26 14:37

    I guess you imported the wrong Matrix class, you should import android.graphics.Matrix, not android.opengl.Matrix, please double check.

提交回复
热议问题