MattYu / EasyPlants

Android App that waters your plants for you! Using Firebase, Humidity Sensors and Google Vision
MIT License
2 stars 0 forks source link

Basic Camera Functionality #47

Closed ghost closed 5 years ago

ghost commented 5 years ago

Created a activity that allows the user to open the camera and take a picture. Activity also double checks the permissions to use camera and to write (in case we store pictures on the camera).

Need to know what we want to do with the image after taking it before more functionality can be added.