Bug 313854
| Summary: | [Cocoa] Use AVCapturePhotoOutputReadinessCoordinator when taking photo | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Eric Carlson <eric.carlson> |
| Component: | Media | Assignee: | Eric Carlson <eric.carlson> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Eric Carlson
The first photo taken with AVCapturePhotoOutput is frequently all black, and photos taken with a specific size setting frequently fail with an "unknown error" - presumably because the capture pipeline is being reconfigured for the specified size. Use AVCapturePhotoOutputReadinessCoordinator to ensure we don't use AVCapturePhotoOutput until it signals it is ready.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/176054992>
Eric Carlson
Pull request: https://github.com/WebKit/WebKit/pull/64076
EWS
Committed 313310@main (79003b865f9f): <https://commits.webkit.org/313310@main>
Reviewed commits have been landed. Closing PR #64076 and removing active labels.