[Log] Error accessing camera – NotAllowedError: The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission. (App.tsx, line 29) NotAllowedError: The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission running on ubuntu 22.04 LTS #8346
Labels
Describe the bug
unable to access, camera using tauri app for following code
`
import { useEffect, useRef } from "react";
const App=()=>{
const ref=useRef(null);
}
export default App;
`
Reproduction
created tauri app using
Expected behavior
It should show camera in tauri windows.
Platform and versions
Stack trace
Additional context
No response
The text was updated successfully, but these errors were encountered: