Is there a camera (can be point and shoot, or just the sensor) that has an SDK that can be interfaced with Android or an Arduino?
I have seen a few things online, but all of them are hacks. I like the Flea3, but it seems like you really need a full system to run this camera, or multiple cameras.
If this Samsung camera had an open SDK for Android, that would be ideal. If it had any SDK that they released to control the camera remotely (USB or wireless), that would also be awesome.
I know GoPro has their new Wi-Fi backpack, but you can only use their application to control the camera. I want to be able to turn the camera on and off, take pictures at any interval I set, including as fast as possible, and control other camera settings that are available.
I found something better, called Picture Transfer Protocol (PTP). CHDK has a PTP interface, and I could connect to the camera with an arduino.
http://chdk.wikia.com/wiki/PTP_Extension
http://code.google.com/p/arduino-ptpusb/