EasyCap + webRtc 看全部

            
        
                                I try to connect camera with video output to OrangePi 3 and Debain over EasyCap. After connect I saw new device /dev/video1 and if use it over ffmpeg all streaming is ok. But if I try:

  1. const devices = navigator.mediaDevices.enumerateDevices();      
  2. console.log (devices);

there are no any videoinput device in list. With standart usb webcam work fine. Please, help, why EasyCap not show in mediaDevices?...