yanzhenjie / Album

:watermelon: Album and Gallery for Android platform.
https://github.com/yanzhenjie/Album
Apache License 2.0
2.51k stars 506 forks source link

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

Open fellacjj opened 3 years ago

fellacjj commented 3 years ago

在仅显示视频的页面点击摄像机调起摄像头拍摄视频中无法限定拍摄时长和文件大小 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 commented 3 years ago

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

同问

mtj956052456 commented 2 years ago

同问