这是我的测试代码:http: //jsfiddle.net/Zx4fg/
为什么画布上的圆圈看起来像一个椭圆?
我想将网络摄像头的快照保存到图像中,但生成的图像不保持比例。
我的真实代码是:
ctx.drawImage(video,0,0, 300, 150); // 300х150 - with this prop. image
//from webcam on canvas with true proportions
$('body').append($('<img>').attr('src', canvas.toDataURL()));
我得到这样的: