Posts: 1,136
Threads: 37
Joined: Mar 2018
Reputation:
30
Location: Limassol, Cyprus
Which browser is this in?
Posts: 1,136
Threads: 37
Joined: Mar 2018
Reputation:
30
Location: Limassol, Cyprus
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?
Posts: 1,136
Threads: 37
Joined: Mar 2018
Reputation:
30
Location: Limassol, Cyprus
Ive asked Alexandre to assist with this issue.
Posts: 2,299
Threads: 202
Joined: Mar 2018
Reputation:
87
Location: Auckland, New Zealand
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
Posts: 4
Threads: 0
Joined: Mar 2020
Reputation:
0
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.
Posts: 2,299
Threads: 202
Joined: Mar 2018
Reputation:
87
Location: Auckland, New Zealand
04-13-2020, 10:07 PM
(This post was last modified: 04-13-2020, 10:38 PM by Alexandre Machado.)
I'll change and update the demo in our repository.
Thanks
PS: Fixed