How can I use video stream from ESP32 CAM via URL e.g. http://192.168.175.247:81/stream in the Web Browser (on Device) inference instead of a built in webcam on my computer.
I can look closer at the code later today. It is probably because we are using a browser function MediaDevices.getUserMedia() to access local hardware via the web browser.
I’m not sure that this function supports IP cameras. There is however a OpenCV.js package that does support RTSP / IP camera input.
My first attempt at fixing this problem would be to integrate OpenCV.js into Roboflow.js OR find another way to use an IP camera as input.