Closed akyata closed 9 years ago
Yes - the video is currently saved into the app’s data directory ( Internal Storage ). The directory can be accessed using the cordova file plugin property - cordova.file.dataDirectory eg. for android the path would be: /data/data/{ APP_NAMESPACE }/files/{ Name }.mp4
thanks
Date: Mon, 27 Apr 2015 18:36:25 -0700 From: notifications@github.com To: backgroundvideo@noreply.github.com CC: lekledaren@hotmail.com Subject: Re: [backgroundvideo] does it record? (#4)
Yes - the video is currently saved into the app’s data directory ( Internal Storage ).
The directory can be accessed using the cordova file plugin property - cordova.file.dataDirectory
eg. for android the path would be: /data/data/{ APP_NAMESPACE }/files/{ Name }.mp4
— Reply to this email directly or view it on GitHub.
The camera for video starts and I can stop it. I cant find any recorded file on the mobile. Does it record it?