Im using Webcam.js. Im trying to attach multiple wbcam on different DOM element.
Trying to attach 2 webcam. So i'm using one Webcam.js lib for one camera and for another camera i'm using same lib with different name WebcamSecondary.js This working as expected in Chrome/FF/Edge.
But in IE the error is coming in an alert box 'WebcamSecondary.js is not loaded yet'
Im using seperate .swf files for two lib only for IE.
Im using Webcam.js. Im trying to attach multiple wbcam on different DOM element. Trying to attach 2 webcam. So i'm using one Webcam.js lib for one camera and for another camera i'm using same lib with different name WebcamSecondary.js This working as expected in Chrome/FF/Edge.
But in IE the error is coming in an alert box 'WebcamSecondary.js is not loaded yet' Im using seperate .swf files for two lib only for IE.
Please suggest me a solution.