PictureSelector 录制视频,最大录制时长设置不生效。

kpbpu008  于 5个月前  发布在  其他
关注(0)|答案(1)|浏览(48)

Current use version?

当前使用的版本是多少?

3.11.1

Will this problem occur in demo?

Demo能否复现这问题?

不能

Describe the problem or provide an error log?

描述问题或提供错误log?

setRecordVideoMaxSecond这个设置,如果不使用自定义相机不起作用。如下是我的代码,最大录制时长设置不生效。
PictureSelector.create(MainActivity.this)
.openCamera(SelectMimeType.ofVideo())
.setRecordVideoMaxSecond(5)
.forResultActivity(new OnResultCallbackListener() {
@OverRide
public void onResult(ArrayList result) {
Log.d("Picture", "useVideo onResult");
}

@Override
                public void onCancel() {
                    Log.d("Picture", "useVideo onCancel");
                }
            });
yptwkmov

yptwkmov1#

我的手机是荣耀 Magic5,型号PGT-AN00,Android 14

相关问题