Re: [go-nuts] Mobile + camera

2016-09-23 Thread Elias Naur
I don't expect Go on Android to have a lower footprint. You still have the Java runtime to drag around regardless. fre. 23. sep. 2016 kl. 19.29 skrev Glen Newton : > Hi Elias, > > Thanks for the update, I will try some things out. > > My use case is pretty simple: a go based web server on a very l

Re: [go-nuts] Mobile + camera

2016-09-23 Thread Glen Newton
Hi Elias, Thanks for the update, I will try some things out. My use case is pretty simple: a go based web server on a very low end Android device where all it does is take a picture with the camera and serves it for each GET / on the web server. A Go based solution would have a lower footprint

Re: [go-nuts] Mobile + camera

2016-09-23 Thread Elias Naur
Hi Glen, The proposal for accessing Android APIs directly has landed: https://github.com/golang/go/issues/16876. In theory, that should be enough for accessing the camera from Go. In practice, the new features are very recent and you might encounter problems along the way. Feel free to report

Re: [go-nuts] Mobile + camera

2016-09-23 Thread Glen Newton
Are there any updates on this topic, i.e. can I use Go to talk to the Android camera? Thanks, Glen -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+u