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

A few questions #28

Open Thread7 opened 6 years ago

Thread7 commented 6 years ago

First, the video preview has an opacity that makes it hard to see. Can this be changed? Second, the stop function tells me that the filepath is - file:///data/user/0/com.jamesla/dancam/files/myvideo_2.mp4 but nothing exists in that location. I am using android on a real device. Any ideas?

Thanks.

jhayward commented 6 years ago

its been a while - is there any output in the device log or error callback - the camera/media service may have crashed, some devices don't behave with certain configurations.

the opacity is currently not a setting - happy for pull requests - but it can be changed in the source: https://github.com/jamesla/backgroundvideo/blob/ad1cb3d024c669d6ce154b79fc09bb69fccd949e/src/android/BackgroundVideo.java#L117 (android)