capacitor-community / camera-preview

Capacitor plugin that allows camera interaction from HTML code
MIT License
189 stars 166 forks source link

storeToFile: true Does not return a path on Android #312

Open dev-at-sevenlab-nl opened 1 year ago

dev-at-sevenlab-nl commented 1 year ago

Using:

CameraPreview.start({
    position: 'rear',
    disableAudio: true,
    storeToFile: true,
    toBack: true,
})

const { value: sample } = await CameraPreview.captureSample({ quality: 100 });

The value is a Base64 string ONLY on android, on iOS it returns the file path

Version information

Rahul-Whirldata commented 6 months ago

experiencing the same issue