Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 1 replies (of 1 total)

  • ruucm
    Participant

    @ruucm

    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..

Viewing 1 replies (of 1 total)
Skip to toolbar