Hi everyone,
I use this plugin to capture photos in an application. About two weeks ago, I had to update nativescript/core, and since then, I've been receiving reports that capture on some phones is very slow. I debugged it, and the slowness is in const { image } = await cameraView.takePicture({ savePhotoToDisk: false });
Can you help?
Thanks in advance.
Hi everyone,
I use this plugin to capture photos in an application. About two weeks ago, I had to update nativescript/core, and since then, I've been receiving reports that capture on some phones is very slow. I debugged it, and the slowness is in const { image } = await cameraView.takePicture({ savePhotoToDisk: false });
Can you help?
Thanks in advance.