PolymerElements / app-media

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

Fix polymer 2 bug in app-media-image-capture #61

Closed j0000el closed 6 years ago

j0000el commented 6 years ago

In polymer 2, observed properties can be undefined, so properly handle those cases. Fixes bug where "Failed to construct 'ImageCapture'" exception is thrown causing subsequent calls to takePhoto() to fail.

Fixes #59

Now using the correct email address, hopefully...

e111077 commented 6 years ago

This looks good. Expect a release pending internal testing