LuckSiege / LuckSiege/PictureSelector
2.5.8、2.6.1版本拍完视频不能预览直接走回调返回了,怎么解决
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 13.6k
- Forks
- 3.1k
- PR merge metrics
- No merged PRs in 30d
Description
openCamera(PictureMimeType.ofVideo())
.selectionMode(PictureConfig.SINGLE)// 多选 or 单选
.isSingleDirectReturn(false)// 单选模式下是否直接返回,PictureConfig.SINGLE模式下有效
.isPreviewImage(true)// 是否可预览图片
.isPreviewVideo(true)// 是否可预览视频
如上设置,没有效果,拍完视频直接返回,麻烦看一下,谢谢
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the reported behavior with openCamera(PictureMimeType.ofVideo()) and the listed selection and preview settings on versions 2.5.8 and 2.6.1. Trace the video capture flow to determine why it returns through the callback without showing preview; done means a captured video can be previewed before callback return when isPreviewVideo(true) is set.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100