rishabnayak / firebase_livestream_ml_vision

Firebase MLVision Plugin with Live Camera
BSD 3-Clause "New" or "Revised" License
11 stars 14 forks source link

Stop stream once object detected #8

Open jvieirar opened 3 years ago

jvieirar commented 3 years ago

Hi,

Thank you for your library.

In my app, I need to detect a barcode or text, call an API, and show the result in a modal. Is there any way I can slow down the detection rate? Or even stop it after detection and start it manually?

Right now it just continues scanning and I can make it wait for the modal to show.

Thank you!