basst314 / ngx-webcam

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

Image taken has limited resolution by screen of device. #108

Closed midub closed 4 months ago

midub commented 3 years ago

The canvas size is limited by screen size. Maybe using ImageCapture API's method takePhoto() could resolve this issue.

image

Did you tried to achieve this before? I will try to do so, maybe you will get a pull request for this issue.

Thank you for response. Michal

midub commented 3 years ago

So, I figured out that It is not probably caused by the canvas. Anyway users say, that on some mobile phones the resolution is only 640x480 which is the default size of webcam component. Also ImageCapture API is still experimental.