Changing property in <app-media-image-capture> HTML element does not affect corresponding track property (e.g. white-balance-mode = "manual").
Expected outcome
Attempted to set whiteBalanceMode to "manual" from "continuous". Also tested with modifications to zoom and contrast.
Actual outcome
No discernible change was detected in the capture view stream. Setting values manually in console using applyConstraints on videoTrack produced expected results. Issue seems to be isolated in setTrackConstraints call within updateTrackConstraints.
Description
Changing property in
<app-media-image-capture>
HTML element does not affect corresponding track property (e.g.white-balance-mode = "manual"
).Expected outcome
Attempted to set whiteBalanceMode to "manual" from "continuous". Also tested with modifications to zoom and contrast.
Actual outcome
No discernible change was detected in the capture view stream. Setting values manually in console using applyConstraints on videoTrack produced expected results. Issue seems to be isolated in setTrackConstraints call within updateTrackConstraints.
Live Demo
Steps to reproduce
Browsers Affected