![]() |
Webcam demo for 14 broke? - Printable Version +- Atozed Forums (https://www.atozed.com/forums) +-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html) +--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html) +---- Forum: English (https://www.atozed.com/forums/forum-16.html) +----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html) +----- Thread: Webcam demo for 14 broke? (/thread-951.html) |
Webcam demo for 14 broke? - cpstevenc - 02-20-2019 Using 10.2.3 Tokyo Using IW 14.2.7 I allowed the camera access I was prompted. Camera turns on but nothing shows. Just behind in the times with Intraweb and need to move to something newer? ![]() RE: Webcam demo for 14 broke? - kudzu - 02-21-2019 Which browser is this in? RE: Webcam demo for 14 broke? - cpstevenc - 02-25-2019 (02-21-2019, 02:35 PM)kudzu Wrote: Which browser is this in? Chrome RE: Webcam demo for 14 broke? - kudzu - 02-26-2019 Are you able to see the camera in a non IW HTML page? Many of the camera drivers are not very good and don't reliably work. Can we test the camera using simple HTML? RE: Webcam demo for 14 broke? - cpstevenc - 02-27-2019 (02-26-2019, 02:25 PM)kudzu Wrote: Are you able to see the camera in a non IW HTML page? Many of the camera drivers are not very good and don't reliably work. Can we test the camera using simple HTML? Yah the rest of the page shows. If I use this page @ https://davidwalsh.name/demo/camera.php Their example works. RE: Webcam demo for 14 broke? - kudzu - 02-28-2019 Ive asked Alexandre to assist with this issue. RE: Webcam demo for 14 broke? - Alexandre Machado - 03-03-2019 I can only imagine that something in Chrome side changed since this demo was created. Everything is basically done in the browser via JavaScript. I'll test it and let you know RE: Webcam demo for 14 broke? - Mustafa - 04-05-2020 According to "stack overflow" Google has deprecated "createObjectURL" therefore, the code in the extraheader of IWform of the sample does not work. the equalty of "video.src = webkitURL.createObjectURL(stream);" in the script must be replaced with "video.srcObject = stream;", if so it is able to run and someone can see him/herself in three different display. RE: Webcam demo for 14 broke? - Alexandre Machado - 04-13-2020 I'll change and update the demo in our repository. Thanks PS: Fixed |