Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

HTML5-how to open more than one cameras

Tags:

html

camera

I have successful get the video streaming of local camera by use getUserMedia() in HTML5.But only one camera.I have two cameras,how to get their video streaming at the same time.

like image 928
Sweet Lady Avatar asked Nov 13 '22 05:11

Sweet Lady


1 Answers

Unfortunately this does not appear to be possible, yet. See here and the comments below this article here. Basically the user decides via their browser settings which camera is primary, and no option for secondary, etc, camera exists as of yet.

like image 132
Rob Porter Avatar answered Nov 15 '22 06:11

Rob Porter