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:
- const devices = navigator.mediaDevices.enumerateDevices();
- 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?...