Fix depth camera MediaFoundation video capture failure
Depth camera video capture is working with DirectShow but not with MediaFoundation. This comes from the fact that IMFCaptureEngine is unable to perform encoding/decoding on non standard MediaFoundation formats Y16, Z16 and INVZ. To fix it, formats Y16, Z16 and INZV are set equally in the source and the preview sink. Bug: 730068 Change-Id: I66bd25f9b8796e4ed564df1e3a9867dcbd9f9522 Reviewed-on: https://chromium-review.googlesource.com/918001Reviewed-by:Aleksandar Stojiljkovic <aleksandar.stojiljkovic@intel.com> Reviewed-by:
Christian Fremerey <chfremer@chromium.org> Commit-Queue: Christian Fremerey <chfremer@chromium.org> Cr-Commit-Position: refs/heads/master@{#536908}
Showing
This diff is collapsed.
Please register or sign in to comment