saki
saki
Hi, Peter Android 9 and more need CAMERA permission to get USB permission for UVC devices. And unfortunately Android 10 has critical issue on granting USB permission now, pls check...
Hi @Peter-St, @shenyaocn Oh, It is one of a most good news in this year. saki
I don't confirm well, but the target api of the app will be 27 or less, because it was possible to upload updated version of app that the target api...
Hi all, there is a good news today. I updated my Pixel3(Android 10) with monthly update of March 2020(Build `QQ2A.200305.002`) and I confirmed my Pixel3 can get USB permission for...
Hello, OK, I will make sample project and upload.
I just add sample project(Android Studio). Most simple usage is just replacing ImageView to ZoomImageView and add image using `#setImageBitmap`, `#setImageURI` etc. You don't need to handle touch event by...
Hello, Zooming range is from `mMinScale` to `mMaxScale` and `mMinScale` is calculated in `#init` method so that image fit the view. So if you want to much smaller value(to zoom...
Hi, Do you mean you want to save video images with same with and height? it is possible. It is same as render video images on GLSurfaceView with crop-center mode....
Hi, in general, usual MP4(except very short one) is not streamable by it's internal structure. If you want to stream, I assume you should use fragmented MP4. Some open source...
Hi, Did you see `onSurfaceChanged` twice on your log? Usually 'GLSurfaceView.Renderer#onSurfaceChanged' is called with (width,height)=(0,0) and then called with actual view size. First one is called while layout is proceeding...