I started using react-camera-pro, but since then all user-uploaded images are extremally slow.
The reason I originally migrated from using <input type="camera"> to an in-app camera was because, on some phones, the images weren't saving after capture. This was likely because of the extreme high resolution of some phone cameras were overloading memory hence not gettting over the image from phones camera to browser.
I started using react-camera-pro, but since then all user-uploaded images are extremally slow.
The reason I originally migrated from using
<input type="camera">
to an in-app camera was because, on some phones, the images weren't saving after capture. This was likely because of the extreme high resolution of some phone cameras were overloading memory hence not gettting over the image from phones camera to browser.But I can't have such low resolution.
Any solution?