Skip to content

MeteoricCamera.stream.stop is not a function #11

@futhrevo

Description

@futhrevo

I tried to take photo according to example and I get the not a function error

Template.changeAvatar.events({
'click [data-action=take-photo]': function () {
        var options = {  
            width: 256,
            height: 256,
            quality: 100
        };
        MeteoricCamera.getPicture(options, function (err, dataURI) {
         });
    }
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions