leemeichin / say-cheese

Minimal javascript library for integrating a webcam and snapshots into your app.
http://leemachin.github.com/say-cheese
MIT License
550 stars 97 forks source link

CameraAPI for mobile browsers #10

Closed forresto closed 11 years ago

forresto commented 11 years ago

Meemoo's cam module (source, demo) uses a CameraAPI alternative for choosing an image file from the file system or taking an image with the mobile camera (works in the latest iOS).

I could help integrate this if you like.

rufuscoder commented 11 years ago

This looks cool and interesting. Android also supports such an API. This would be very useful. I have combed over the source code of Firefox OS and they use a similar API for their camera. I would also like to help with this.

leemeichin commented 11 years ago

I think this looks cool, however, for the same reasons I'm not keen on adding flash support, I'd prefer not to make the code responsible for all the potential fallbacks.

I do think improving the error handling and documentation so plugging these things in is easier, though.

forresto commented 11 years ago

The difference is that this fallback is HTML5, not very complicated, brings camera support to mobile browsers, and adds file choosing functionality to desktops. "Choose image" and "take image" usually go together.