Hi,
I tried to use the camera API (getUsermedia) on Tizen device. The same code
works on Crosswalk Android.
I am getting the "PermissionDeniedErrorā error. What should I do in order to
get the permission? There is no dialog or popup. Should I put something in
manifest.json ? But as I said, the same code works on Android with the latest
canary build (3.32.43)
navigator.webkitGetUserMedia({audio: false, video: true},
function(s) {
video = document.querySelector('#gum-video');
stream = s;
video.src = webkitURL.createObjectURL(stream);
},
function(e) {
console.log("getUserMedia error", e.name);
console.log(e.name);
}
);
BR; Sakari
_______________________________________________
Crosswalk-dev mailing list
[email protected]
https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-dev