basst314 / ngx-webcam

A simple Angular webcam component / pure & minimal, no flash-fallback
https://basst314.github.io/ngx-webcam/?
MIT License
228 stars 104 forks source link

Zooming capabilities #92

Closed haiquangtran closed 3 years ago

haiquangtran commented 3 years ago

Is it possible to have zooming capabilities on the camera?

For example, when it opens up the camera, I will be able to pinch zoom, or controls that zoom in or out.

basst314 commented 3 years ago

Hi @haiquangtran,

this is not currently supported. You might be able to achieve this using some custom CSS/JS to crop the camera live view and the captured image.

I'm resolving this issue and will put it on my 'features to implement' list.

Thanks!