PolymerElements / app-media

Elements for accessing data from media input devices and visualizing that data for users
61 stars 12 forks source link

Modifications to track settings with HTML tags in <app-media-image-capture> not propagating #30

Open artipatankar opened 7 years ago

artipatankar commented 7 years ago

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