Hi guys,i am using crosswalk and i must say it is almost perfect for my
purposes. I am trying to use rtc capabilities to shoot photo using
getUserMedia. I see that video capture framerate is very low.Following w3c
specifications about media constraints i tryed to change framerate but i always
get an error.This is the code.
var constraints = { audio: false, video: {
mandatory: { minFrameRate: 30 },
optional: [{ sourceId:
this.videoSources[this.currentCameraIndex]
}] }
};
navigator.getUserMedia(constraints, this.successCallback,
this.errorCallback);
Is it possible to change such framerate in crosswalk? I am trying this code on
a intel based android tabled.Thanks_______________________________________________
Crosswalk-help mailing list
[email protected]
https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-help