Page 2 of 2

Re: Another android camera may be coming

Posted: 04 Sep 2012, 20:13
by TomHorsley
Motion detection seems to work as well, so I have two possible options for triggering the camera automatically. If anyone wants to look at my silly android code, I have links on my web page at:

http://home.comcast.net/~tomhorsley/har ... anner.html

Both test progs I have out there at the moment are simply modified versions of the CameraPreview example code in the android SDK, but they use different techniques for getting the preview images to examine.

Re: Another android camera may be coming

Posted: 05 Sep 2012, 09:04
by daniel_reetz
I'm inspired. Are you otherwise a programmer? I've been meaning to dive into Android for a long time, but my meager programming skills put me off.

Re: Another android camera may be coming

Posted: 05 Sep 2012, 09:39
by TomHorsley
Yep. Computer programming is what I get paid for, but I use C++ most of the time at work. Android is definitely a bit weird.

Re: Another android camera may be coming

Posted: 07 Sep 2012, 22:54
by TomHorsley
I've turned out another test program which has figured out how to display text on top of the camera preview (harder than it seemed like it should have been :-). I've also done a more detailed writeup of what goes on in the programs. You can find it here:

http://home.comcast.net/~tomhorsley/book/ch06.html

Re: Another android camera may be coming

Posted: 28 Sep 2012, 06:36
by TomHorsley
And now I've actually ordered the Nikon (they showed up on amazon this morning - the 28th). It will be interesting to see if they actually implement all the Camera controls available in the android APIs (the phone I've been testing software with is mostly automatic and won't let you actually manipulate very many of the Camera controls).