rodgomesc / vision-camera-face-detector

VisionCamera Frame Processor Plugin to detect faces using MLKit Vision Face Detector
MIT License
89 stars 65 forks source link

App Crash After Face Recog then Code Scan #35

Closed shiroze closed 1 year ago

shiroze commented 1 year ago

I implement application that do face detection using this package https://github.com/rodgomesc/vision-camera-face-detector

Then I switch my screen with button to scan QR Code using this package https://github.com/rodgomesc/vision-camera-code-scanner

The app works fine if the app open one Example:

  1. You can Face detect but crash when Scan QR
  2. You can Scan QR but crash when Face detect
<View>
<Button>Face Recog</Button>
<Button>Scan QR</Button>
</View>

I already open issue too at here but no reply yet.