Relative Content

Tag Archive for javascriptandroidreactjscameragetusermedia

Is there any app to access phone camera with usb connection?

I am looking for a way to access my phone’s camera via USB or WiFi connection. My goal is to have a high-quality video stream in my react-app and be able to take a screenshot or a photo directly from this stream. I have already tried using getUserMedia and the Camo app, but no matter how I configure the parameters, the stream or image quality is always poor, while on the app, the quality is extremely good. Here is an example of the code I used: