Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Webcam demo for 14 broke?
#1
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?

[Image: d212e6e8fbbc9a6d28ece6d7d98cf2b0.png]
Reply
#2
Which browser is this in?
Reply
#3
(02-21-2019, 02:35 PM)kudzu Wrote: Which browser is this in?

Chrome
Reply
#4
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?
Reply
#5
(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.
Reply
#6
Ive asked Alexandre to assist with this issue.
Reply
#7
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
Reply
#8
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.
Reply
#9
I'll change and update the demo in our repository.

Thanks

PS: Fixed
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)