Can't access camera using input with capture attribute on android 14+

I can’t access camera using input with capture attribute on Android 14+.
It show file picker, but not a camera.

Please add camera permission request on Android.

My plugin: GitHub - slavkomelnyk/camera-embed: Capture, compress, and embed photos directly into Obsidian notes. · GitHub

Possibly related:

(The feature exists on iOS as a feature of the “add attachment” button because it uses the iOS native UI.)

This seems unrelated to the existing feature request.

The issue may be related to Android 14+ privacy changes. Using <input type="file" capture> only opens the file picker, without a camera option.

Maybe this could be fixed if Obsidian had a native camera API, or at least a plugin API for requesting camera permissions.