capacitor-community / capacitor-community/camera-preview
captureSample() never fulfills promise
Open
- Dominant language
- Java
- Stars
- 227
- Forks
- 185
- PR merge metrics
- No merged PRs in 30d
Description
**Describe the bug**
The Promise from
`const result = await CameraPreview.captureSample({ quality: 90 });`
never fulfills or rejects. It simply stalls forever. I don't have this issue when using .capture() instead.
Logs show: `⚡️ To Native -> CameraPreview capture 42818283`, but nothing after the await gets executed.
I will add details to reproduce later.
Contributor guide
Assessment
This issue has not been assessed yet.