camera-preview
camera-preview copied to clipboard
open camera is slow
Describe the bug
in my angular ionic app calling start
takes 1.6s in iPhone 11 and 2.2s in iPhone 13 and 4s in iPhone 14
await CameraPreview.start();
Expected behavior I expect it to load faster in newer versions of iphone not the other way.
Smartphone (please complete the following information):
- Device: [iPhone 11, iPhone 13 , iPhone 14]
- OS: iOS16.1
- Capacitor v4
- package version: 3.1.2
This 4 seconds is hurting me. I'm having to work around it with crafty UX. Does anyone know why it's so slow?
@jkennedy1980 I haven't figure it out yet. @riderx can you help with this ?