-
Notifications
You must be signed in to change notification settings - Fork 607
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run webcam USB 0 in window #706
Comments
Hi @duy1851999 USB camera should be detected on windows, what is your question ? Best Regards |
I run docker run --device=/dev/video0 -p 8000:8000 -it mpromonet/webrtc-streamer in ubuntu, it run ok. But when I change to window and run like that: docker run --device=/dev/video0 -p 8000:8000 -it mpromonet/webrtc-streamer or docker run --device=0 -p 8000:8000 -it mpromonet/webrtc-streamer . It has the error: |
I think when I run docker on window, the docker is not detect USB camera, but it ok with rtsp camera |
Hi @duy1851999 You can access the camera running webrtc-streamer as a windows application. Best Regards, |
Hi sir, How to run webrtc-streamer by webcam USB 0 in window?
The text was updated successfully, but these errors were encountered: