jamesla / backgroundvideo

A simple Cordova/Phonegap plugin to capture video and then display it onscreen via a transparent overlay without affecting app functionality.
Other
19 stars 34 forks source link

does it record? #4

Closed akyata closed 9 years ago

akyata commented 9 years ago

The camera for video starts and I can stop it. I cant find any recorded file on the mobile. Does it record it?

jhayward commented 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

akyata commented 9 years ago

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.