LuckSiege / LuckSiege/PictureSelector

三星手机Galaxy F52 5G(SM-E5260)手机出现调用系统录制视频限制不了时长问题

Open
#2,686 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Java
Stars
13.6k
Forks
3.1k
PR merge metrics
No merged PRs in 30d

Description

## Current use version?
#### 当前使用的版本是多少?

```
implementation 'io.github.lucksiege:pictureselector:v3.11.1'
```

## Will this problem occur in demo?
#### Demo能否复现这问题?

```
demo找到该功能
```

## Describe the problem or provide an error log?
#### 描述问题或提供错误log?

```
无报错信息
```

描述:使用该手机时,按照如下方法进行调用,进入到系统录制视频界面时,点击开始录制视频一直录制着,到了设定(15s)的时间。没有停止录制。

code:
```
PictureSelector.create(this@ChatActivity)
.openCamera(SelectMimeType.ofVideo())
.setRecordVideoMaxSecond(15)
.setRecordVideoMinSecond(1)
.isCameraAroundState(true)
.isOriginalControl(true)
.setCompressEngine(MyCompressFileEngine.createCompressFileEngine())
.forResult(object : OnResultCallbackListener {
override fun onResult(result: ArrayList) {
for (r in result) {
LogUtil.i("测试 选中了:realPath=${r?.realPath} chooseModel=${r?.chooseModel}")
}

override fun onCancel() {
}
})
```

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the demo's video-camera flow and the shown PictureSelector.openCamera configuration on a Samsung Galaxy F52 5G using version 3.11.1. Reproduce the recording with a 15-second maximum and verify that the system recording stops at the configured limit without errors.

Written by the indexing model from the issue text.

Assessment

Tech stack
android
Domain
mobile
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.