hi,i am using angularjs web application there i have used webcam.js this plugin has worked smoothly in chrome but IE and mozila its did,t work Even i have used Flash Component also but flash also didnt work will you please help me for this i am struggle this for too long
Webcam.set({ width: 300, height: 300, force_flash: $scope.force_flash, image_format: 'jpeg', jpeg_quality: 100, constraints: { width: { exact: 400 }, height: { exact: 400 } } });