Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

调起摄像机拍摄视频限制时长无效 #330

Open
fellacjj opened this issue May 8, 2021 · 2 comments
Open

调起摄像机拍摄视频限制时长无效 #330

fellacjj opened this issue May 8, 2021 · 2 comments

Comments

@fellacjj
Copy link

fellacjj commented May 8, 2021

在仅显示视频的页面点击摄像机调起摄像头拍摄视频中无法限定拍摄时长和文件大小
Album.video(this)
.multipleChoice()
.columnCount(3)
.selectCount(1)
.camera(true)
.filterDuration {
it >= 31000
}
.filterSize {
it >= 20 * 1024 * 1024L
}
.widget(
Widget.newDarkBuilder(this)
.title("选择视频")
.build()
)
.quality(0)
.limitDuration(31)
.limitBytes(20 * 1024 * 1024L)
.start()

        .quality(0)
        .limitDuration(31)
        .limitBytes(20 * 1024 * 1024L) 这3个设定无效。
@tangchao0106
Copy link

视频的页面点击摄像机调起摄像头拍摄视频中无法限定拍摄时长和文件大小
Album.video(this)

同问

@mtj956052456
Copy link

同问

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants