I am using ActionScript 3.0 to capture image from users webcam ,It is working fine , however the problem is that the size of image is too big for my liking . Can I make it small , I tried changing coordinates of Bitmap Data.
Can anybody suggest me the solution.
Thanks
I am using ActionScript 3.0 to capture image from users webcam ,It is working
Share
When you capture the webcam you have to provide a matrix. This matrix can handle a rescaling.
Sometimes the smoothing of this method is not really satisfying. A solution would be to use an intermediate:
Prefer the first method if you are okay with the smoothing.