Webcam demo for 14 broke?

<< Click to Display Table of Contents >>

Navigation:  Forum >

Webcam demo for 14 broke?

Forum link

 


 

02-20-2019, 08:37 PM:

 

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?

 

 

 


 

02-21-2019, 02:35 PM:

 

Which browser is this in?

 


 

02-25-2019, 09:12 PM:

 

(02-21-2019, 02:35 PM)kudzu Wrote: [ -> ]Which browser is this in?

 

Chrome

 


 

02-26-2019, 02:25 PM:

 

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?

 


 

02-27-2019, 05:32 PM:

 

(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.

 


 

02-28-2019, 04:22 PM:

 

Ive asked Alexandre to assist with this issue.

 


 

03-03-2019, 08:49 AM:

 

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

 


 

04-05-2020, 06:59 PM:

 

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.

 


 

04-13-2020, 10:07 PM:

 

I'll change and update the demo in our repository.

 

Thanks

 

PS: Fixed