Search found 2 matches

Go to advanced search

by NICK7637433
Tue Jul 14, 2015 5:34 am
Forum: Issues
Topic: While capturing the video how to get its base64 string
Replies: 3
Views: 359
 
Jump to post

While capturing the video how to get its base64 string

Hi Evgene, Thanx for your quick reply . Above link are not providing me any solution for my case . Here is the code for image which works navigator.camera.getPicture(onSuccess, onFail, { quality: 50, destinationType: Camera.DestinationType.DATA_URL }); function onSuccess(imageData) { var image = doc...
by NICK7637433
Mon Jul 13, 2015 10:00 am
Forum: Issues
Topic: While capturing the video how to get its base64 string
Replies: 3
Views: 359
 
Jump to post

While capturing the video how to get its base64 string

Hi, I am able to capture audio and video by using this code // capture callback var captureSuccess = function(mediaFiles) { var i, path, len; for (i = 0, len = mediaFiles.length; i < len; i += 1) { path = mediaFiles .fullPath; // do something interesting with the file } }; // capture error callback ...

Go to advanced search