natjs / weex-nat-camera

http://natjs.com/#/#camera
20 stars 3 forks source link

Getting following issue on capturing video #10

Open sushilparajuli opened 6 years ago

sushilparajuli commented 6 years ago
screen shot 2018-03-24 at 10 33 41 pm

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
    })