jQuery-webcam icon indicating copy to clipboard operation
jQuery-webcam copied to clipboard

Resizing Woes

Open mvattuone opened this issue 13 years ago • 2 comments

Hi all,

I've been at this plugin for the past couple of days, really just trying to understand how exactly to make the output on the canvas not the tiny 320x240 that it is by default. I've tried:

1.) Changing all of the widths and heights in the src files and JS so that they are 640x480, and recompiling, but this doesn't seem to change anything except the size of the webcam and the canvas itself (though the image is still just 320x240, and the rest of the canvas is either black or white).

2.) Downloading a fork from another repo that has recompiled it for the right size, but that doesn't work either.

3.) Switching to jscam.swf, since that is the only one that is affected by compiling, but I just get a white screen. This happens even if it isn't embedded on a page (i.e. open directly as a file).

Is there something I'm missing? I've actually got this over on bitbucket, but I could happily stick my code up on GH if people wanted to take a look.

mvattuone avatar Jun 08 '12 23:06 mvattuone

Any fixes on this? I am trying to do the same thing... no success.

narenana avatar Jul 29 '12 11:07 narenana

I gave up and used jpegcam - http://code.google.com/p/jpegcam/

mvattuone avatar Jul 29 '12 16:07 mvattuone