Giter Site home page Giter Site logo

camera's People

Contributors

cwohlman avatar poltak avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

camera's Issues

MeteoricCamera.stream.stop is not a function

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) {
         });
    }
});

Chrome Android issues

  • The <video> element doesn't stream, it only shows a single frame
  • Once captured, the image is stretched

Orientation

Hi

How can I make the image orient based on the EXIF data?

Error when upgrading to Meteor 1.2

Seems I cannot upgrade my project to Meteor 1.2 with this package and getting the error:

While selecting package versions:
error: Conflict: Constraint [email protected] is not satisfied by less 2.5.0_3.
Constraints on package "less":

Publish version with less dependency updated to 2.5.0_3

It appears that the less dependency was updated to 2.5.0_3 through a merged pull request #8, but has not been published yet.

Recent versions:                              
  1.0.0  January 16th, 2015                   
  1.0.1  January 19th, 2015
  1.0.2  February 9th, 2015   

 fish$ meteor add meteoric:camera
 => Errors while adding packages:             

While selecting package versions:
error: Conflict: Constraint [email protected] is not satisfied by less 2.5.0_3.
Constraints on package "less":
* less@=2.5.0_3 <- top level
* [email protected] <- meteoric:camera 1.0.2

Would love to get this added back into my project. Thanks for all of the amazing work!

Cordova performance

Cordova documentation suggest to use File_URi instead of Data_url. Maybe it would be better to go on with FILE_URI.

NOTE: Photo resolution on newer devices is quite good. Photos selected from the device's gallery are not downscaled to a lower quality, even if a quality parameter is specified. To avoid common memory problems, set Camera.destinationType to FILE_URI rather than DATA_URL.
https://github.com/apache/cordova-plugin-camera/blob/master/doc/index.md

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.