We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
3.11.1
不能
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"); } });
The text was updated successfully, but these errors were encountered:
我的手机是荣耀 Magic5,型号PGT-AN00,Android 14
Sorry, something went wrong.
No branches or pull requests
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");
}
The text was updated successfully, but these errors were encountered: