CommonGarden / Grow-IoT

Software packages for smart growing environments.
http://commongarden.org/
Other
25 stars 6 forks source link

Camera #374

Closed JakeHartnell closed 6 years ago

JakeHartnell commented 7 years ago

Taking pictures of plants is super useful. Let's enable it, HTML5 makes that fairly easy:

https://coderwall.com/p/epwmoa/html5-mobile-device-camera-access https://www.html5rocks.com/en/tutorials/getusermedia/intro/

JakeHartnell commented 6 years ago

What we really need for this is image upload, modern phone browsers allow you to take a photo or video! Recently tested this at a hackathon with: https://github.com/dreossi/canapest/

catbarph commented 6 years ago

@JakeHartnell does this have any overlap with webcam/timelapse functionality, or is just file upload?

JakeHartnell commented 6 years ago

This is done.