You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If it is, shouldn't this be an option to pass in 'options' when calling MeteorCamera.getPicture? the width and height you pass on options only tell the size of the canvas, not the resolution of image, am I right ?
The text was updated successfully, but these errors were encountered:
Hi, I need to get high resolution images in my browser app. The implementation on this package of getUserMedia looks like this:
This is always making my cam take pictures on low resolution... is this the correct way of telling getUserMedia to get high resolution images?
If it is, shouldn't this be an option to pass in 'options' when calling MeteorCamera.getPicture? the width and height you pass on options only tell the size of the canvas, not the resolution of image, am I right ?
The text was updated successfully, but these errors were encountered: