aldrinjenson / obsidian-camera

Camera plugin for Obsidian
26 stars 4 forks source link

Cannot access camera video stream in Android #2

Closed aldrinjenson closed 2 years ago

aldrinjenson commented 2 years ago

Trying to access videoStream usind getUserMedia in Android fails due to a permissionDenied error.

Right now, The buttons are hidden when this error happens to prevent a bad UX and only the file explorer is shown.

Actual UI before hiding: image

This is where the videoStream is failing. Some suggestion/workarounds would be much appreciated.