camera-ui
camera-ui copied to clipboard
Meteor package for taking photos with user interface, one function call on desktop and mobile. Allows to choose between camera to photoLibrary on mobile.
Android is in the portrait mode, camera as well. The final picture gets rotated. If I rotate camera into horizontal position, it works ok. same issue on `mdg:camera` any idea...
I work using angular-meteor. and got this error. so i dont use blaze
Hi, With iOS, When I choose a photo from gallery, if this one is portrait mode, the photo rotate 90º. else if landscape mode works correcly. any idea? thanks
…rom their gallery once The previous Version had a bug where once the user had picked the gallery from the action sheet, choosing "Take Photo" would still only let them...
Is there a way to automatically crop images to a square when using this library? My photos are coming back rectangular, and when I stick them in a square space...
Hi friend, I'm using your library for user profile management but it does not work on my physical android device in the simulator if I load the images. It gives...
Thanks for a fantastic package @okland. Getting this message, and wondered if you'd seen it? `'MediaStream.stop()' is deprecated and will be removed in M47, around November 2015. Please use 'MediaStream.active'...
Hello, I'm trying to save state in callback like ``` javascript MeteorCameraUI.getPicture( { cameraOptions }, function( error, data ) { if (error) { console.log(error); } else { this.setState({ image_data: data...