I'm looking to see if it's possible to build iOS barcode scanner with Apples vision framework (Xcode, swift). I know how to build a barcode scanner when view controller is active, However I'm looking to see if somehow its possible to scan without a view controller being active (Whenever a barcode is placed infront of camera, it becomes active).
I couldn't find anything on internet so looking to see if its even possible.