Skip to content

Commit d439750

Browse files
authored
Added troubleshooting steps
1 parent 18d8ff3 commit d439750

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,14 @@ Hey everyone! WebcamJS v1.x is going into maintenance mode as of Feb 11, 2017.
55
See [DOCS.md](https://github.com/jhuckaby/webcamjs/blob/master/DOCS.md) for the v1.x documentation.
66

77
Looking for a good alternative to WebcamJS? Please check out [JpegCamera](https://github.com/amw/jpeg_camera) by [Adam Wróbel](https://github.com/amw). It has many advanced features that WebcamJS is lacking (for example, upload multiple photos at once, retry failed uploads, CSRF tokens, make sure camera is ready), and has a very clean and object-oriented design.
8+
9+
## Troubleshooting
10+
11+
Having trouble? See if your webcam is actually working in your browser:
12+
13+
- Try the basic demo: https://pixlcore.com/demos/webcamjs/demos/basic.html
14+
- Try this HTML5 Webcam test page: https://simpl.info/getusermedia/
15+
- And this one: https://davidwalsh.name/demo/camera.php
16+
- Try this Flash Webcam test page: https://www.onlinemictest.com/webcam-test-in-adobe-flash
17+
- Try jQuery Webcam: http://www.xarg.org/project/jquery-webcam-plugin/
18+
- Try JpegCamera: https://github.com/amw/jpeg_camera

0 commit comments

Comments
 (0)