Asha
Asha
目前不支持,可以自己写个按键处理,然后控制摄像头旋转
the demo use the picasso to resize the image in BitmapPlayerActivity.java ```java Picasso.with(getApplicationContext()) .load(uri) .resize(callback.getMaxTextureSize(),callback.getMaxTextureSize()) .onlyScaleDown() .centerInside() .memoryPolicy(NO_CACHE, NO_STORE) .into(mTarget); ``` And it has the difference max texture size limited...
https://github.com/ashqal/MD360Player4Android/blob/master/app/src/main/java/com/asha/md360player4android/RecyclerViewActivity.java
2.5.0版本填了几个GLTextureView的坑,请问你是用的这个版本吗?
因为图像被放大了....
@zhenghx1105 调一下near
目前渲染的回调都是在主线程,所以必须到主线程中
1.I suggest using another way to solve this problem...such as adding a ImageView with cover image above the SurfaceView and make some animation. 2.In the next release, some bugs on...
will be added in next release.
I think it has a bad experience on rotating the camera to a specific hotspot in the motion mode, so this feature will be delay. Sorry.