Sushil Parajuli
Sushil Parajuli
nat-media-video will only play, pause, stop the video. I am looking for the same features for video file which can be done for the images through nat-media-image
http://prntscr.com/ie2w7m
Code :-> Nat.camera.captureVideo({}, (err, ret) => { if (err) { Nat.toast('[ERROR] ' + JSON.stringify(err)) return } Nat.toast(JSON.stringify(ret, null, 2)) this.videoDataData = ret.path })