android - arduino DSLR control

hi guys,

there are few project related to this topic. both are using bluetooth to achieve the wireless control.

i heard that data transfer will be slow, but i wish to try transmit image from the DSLR to the android device.
a operation code of interest will be this: 9153 EOS_GetLiveViewPicture => PTP_OC_CANON_EOS_GetViewFinderData

anyone know how do i really program it out?

http://www.circuitsathome.com/camera-control/arduinoandroid-wireless-eos-controller
http://www.circuitsathome.com/camera-control/dslrrc-another-arduinoandroid-wireless-eos-controller

anyone have any suggestion/advise?

regards,
keith

any advises?

thanks!

It will be difficult to program until someone creates a library. I had limited success but I'm waiting for a library compatible with Circuitsathome USB host. You can use the PTP getobject method.

If you use arduiono to control other function son the camera this is very difficult (maybe it will work with Arduiono due), if not have a look here Android DSLR Remote Control App (video)

sbright33:
It will be difficult to program until someone creates a library. I had limited success but I'm waiting for a library compatible with Circuitsathome USB host. You can use the PTP getobject method.

hi,

can u shed some light on how did you do it? i only looking to stream compressed thumbdrive image at the moment.