apache / cordova-plugin-media-capture

Apache Cordova Media Capture Plugin
https://cordova.apache.org/
Apache License 2.0
307 stars 494 forks source link

Device gallery shows pictures - Android #133

Open andreddosantos opened 5 years ago

andreddosantos commented 5 years ago

Hello guys,

Im using this plugin to capture video, the videos are recorded properly and so is the videoURL returned. I move the file to a private location and encrypt it afterwards.

My question is related to the Android gallery app, even after moving he file, it appears on the gallery miniatures and fortunately an error is thrown "File not found".

How do i prevent that gallery miniature?

SebastiaanKloos commented 5 years ago

@andreddosantos I'm experiencing the same thing. It should be really nice to be able to define a location where to write the taken image or video

ekDotNet commented 3 years ago

I need this feature as well. Thank you!