ngx-webcam
ngx-webcam copied to clipboard
Is it possible to add a simple turn on/off torch feature?
While the library is very complete and easy to use i think this is a good feature that is missing.
I am also very interested in this feature. Did you come up with something already?
Same here. Does anybody know anything about this feature?
Thanks for pushing for this. While the webcam component itself can be "disabled" by using ng-if and conditionally (not) rendering it, the component does not currently have a dedicated on/off switch.
I will put that on my todo list for future versions.
Does conditional rendering work for you as a workaround?
I think we are referring to different things.
We are asking (or maybe requesting) for a camera torch or camera flash functionality.
Hi @carlosabud,
Thanks for clarifying! That sounds like an exciting feature! Will do some research and get back to you all here.
Cheers!
Any solution for this feature ?
Also interested in such a feature!
#169 I have this for now it's not a solution but it may help, it needs love (time to learn and write a lot of code).
getPhotoCapabilities method from ImageCapture allow to manage torch on device phone. It works on my side
yes, after search for a while I found this image-capture.d.ts
Any solution? How can I use it? It would be beautiful