saki4510t / UVCCamera

library and sample to access to UVC web camera on non-rooted Android device
2.99k stars 1.2k forks source link

mUVCCameraView 组件大小更改后surface不更新 #524

Open JiaHub opened 4 years ago

JiaHub commented 4 years ago

我在小屏预览视频,但是全屏后,视频就停止在某一帧。有没有同样遇到这问题的前辈。江湖救急! 全屏实现是通过设置其他组件不可见实现的。

bin318 commented 4 years ago

com.serenegiant:common:2.12.4 我下载不下来,你可以吗?

JiaHub commented 4 years ago

你需要在项目级的build.gradle 文件的allprojects 标签下添加代码仓库; allprojects { repositories { maven { url 'https://maven.google.com' } maven { url 'http://raw.github.com/saki4510t/libcommon/master/repository/' } maven { url "https://jitpack.io" } jcenter() } } 还有希望你可以提供详细的报错! 注意从git仓库添加依赖,需要添加对应的代码仓库。

在 2019-11-06 16:54:23,"bin318" notifications@github.com 写道:

com.serenegiant:common:2.12.4 我下载不下来,你可以吗?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

chenxiaofei910714 commented 2 years ago

我在小屏预览视频,但全屏后,视频就停止在某一瞬间。有没有遇到这问题的前辈。湖救急! 全屏实现是通过设置其他组件无法看到的。

你的全屏是通过什么方法设置的