A collection of examples for the Vison Camera library.
object-detection.MP4
- Clone the repository
- Run
bun install
to install dependencies - Run
npx expo prebuild
to start the Metro bundler - Install pods
cd ios && pod install && cd ..
- Run
npx expo run:ios --device
to run on your physical device.
Happy Coding! 🚀