@ruucm
9 years, 4 months ago
I got answer..
I have to use this code..
// Trigger photo take $('#snap').click(function () { canvas.getContext("2d").drawImage(video, 0, 0, 640, 480); return false; });
but.. I don’t know why..