jhuckaby / webcamjs

HTML5 Webcam Image Capture Library with Flash Fallback
MIT License
2.5k stars 1.11k forks source link

v2.0 #242

Open murilobom opened 7 years ago

murilobom commented 7 years ago

When will you release version 2.0?

jhuckaby commented 7 years ago

I apologize for the delay on v2.0. I've been working on an image manipulation library for adding effects to the Webcam, and a much better way to deal with cropping / resizing, and output options (8-bit PNG, GIF, with quantization and diffusion dither, etc.). The image library should be done in a couple weeks, then I'll return to working on WCJS 2.0 core.

My latest estimate is about a month, I think.

prcongithub commented 7 years ago

Any update here? I love this library and can't wait to see its 2.0.

danielecacone commented 7 years ago

I love this library too, I'm looging forwart trying the next realise :-) In ver2.0 will be the possibility to use the rear camera on mobiles?

ScottDellinger commented 7 years ago

danielcacone: You can already use the rear camera on mobile phones. The browser is the interface, though... not webcam.js

maheshvartak3 commented 7 years ago

The mobile browser takes images from front camera by default. It would be better if there is setting for camera selection OR set default rear camera specially on mobile devices.

ScottDellinger commented 6 years ago

Any word on v2?

jhuckaby commented 6 years ago

Ah, so sorry everyone, a million things happened in real life, and I had to set aside this project for a while. I did finish the image manipulation library (for adding effects, etc.), but need to write docs for it, then get back to working on WCJS v2. Also, the Adobe news that Flash was being discontinued made me think this library may not really be needed much anymore, so it hasn't really been high priority.

I haven't given up tho! I will keep trudging forward on v2.0.

soryy708 commented 6 years ago

Flash being discontinued isn't a death blow to the library. It's a nice fallback option to have.

The strength of the library is how many fallbacks it has and how widely supported it is. If only Safari support was a little better... That's the main thing I'm looking forward to.

Roldification commented 5 years ago

Hi I am just here commenting in 2019 patiently waiting for the v.2 release. I am earnestly hoping for the author to keep this up because this really is a breakthrough in web development and I really appreciate and grateful to him for this.

jhuckaby commented 5 years ago

Hi there! Author here. I am sorry I have been absent for so long, and not responding to issues on this repo. The death of Flash really took the wind out of my sails on v2. Truly, the original and sole purpose of WebcamJS was to utilize Flash to take snapshots (because it was the only way back then). But now Flash is very dead, and the HTML5 MediaDevices API has taken over.

Is v2 still needed? I guess what I am saying here is, now that the MediaDevices API is widely supported across all browsers, would a simple wrapper like WebcamJS still be valuable to you?

ssilverm commented 4 years ago

Yes. Yes it would. Simple wrappers make my life so much easier!

lofcz commented 4 years ago

Alas it would be a waste not to share what you've created so far for v2. Ship it! <3

overcatbe commented 3 years ago

Hi, still waiting for version 2.0 I have a problem with newest apple devices. Could you pls update?

ErpMstar commented 2 years ago

How to switch camera, When we have multiple cameras? I mean how to enable the camera selector option.

niente0 commented 1 year ago

Hello, are you still working on v2? Thank you