Application crashing while opening camera in some devices also when i clicked multiple images at same time then application getting crashed at the middle in most devices and taken too much spaces in android

application crashing while opening camera in some devices also when i clicked multiple images at same time then application getting crashed at the middle in most devices and tacken too much spaces.
also wanted to implement video capturing functionality but not getting any help from ionic framework

You are going to have to provide more info for anyone to help.

import { Camera, CameraResultType, CameraSource, Photo } from ‘@capacitor/camera’;
// Take a photo
const capturedPhoto = await Camera.getPhoto({
resultType: CameraResultType.Uri,
source: CameraSource.Camera,
quality: 100,
});