forked from JumpingYang001/webrtc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
On specific Macbooks (no exact pattern, unfortunately), video from an integrated camera is not captured. Changed AVCaptureVideoDataOutput pixel format configuration as in Chromium which solved the problem. https://chromium.googlesource.com/chromium/src/media/+/master/capture/video/mac/video_capture_device_avfoundation_mac.mm FourCharCode best_fourcc = kCVPixelFormatType_422YpCbCr8; Tested with external cameras as well. Bug: webrtc:8958 Change-Id: Ib99382b38d1914e2963761a33df310024524c9a4 Reviewed-on: https://webrtc-review.googlesource.com/58880 Commit-Queue: Magnus Jedvert <[email protected]> Reviewed-by: Magnus Jedvert <[email protected]> Reviewed-by: Per Kjellander <[email protected]> Cr-Commit-Position: refs/heads/master@{#22709}
- Loading branch information
Showing
2 changed files
with
9 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,6 +28,7 @@ Jens Nielsen <[email protected]> | |
Jiawei Ou <[email protected]> | ||
Jie Mao <[email protected]> | ||
Luke Weber <[email protected]> | ||
Maksim Khobat <[email protected]> | ||
Mallikarjuna Rao V <[email protected]> | ||
Manish Jethani <[email protected]> | ||
Martin Storsjo <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters