juliansteenbakker / mobile_scanner

A universal scanner for Flutter based on MLKit. Uses CameraX on Android and AVFoundation on iOS.
BSD 3-Clause "New" or "Revised" License
782 stars 460 forks source link

Can't close the camera on Web #1087

Open susu168k opened 1 month ago

susu168k commented 1 month ago

After call controller.stop() and controller.dispose(), the web still shows the camera is using. 图片

navaronbracke commented 1 month ago

Interesting, I had seen this as well when testing our WASM support.

What browser is this happening on? Safari has issues with stopping MediaStreams at least.

susu168k commented 1 month ago

Interesting, I had seen this as well when testing our WASM support.

What browser is this happening on? Safari has issues with stopping MediaStreams at least.

All browsers, like chrome, firefox, safari

nvbien2000 commented 4 weeks ago

I have same problem. Which ver are you using? I'm using 5.1.1;. 5.0.2 seems fine. [Chrome]