Can ML communicate to devices outboard of camera?

Started by JohnBarlow, October 16, 2013, 06:56:38 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

JohnBarlow

I am looking at an outboard motor driven follow focus device and wonder whether ML can be used to control it.

I am thinking maybe ML can communicate thru USB for sending and receiving control commands to this device.

Can someone expert in the ways of ML tell me if this can be implemented?

nanomad

You can use PTP for bi-direction communication with the camera (just write a custom PTP message and handle it from ML PTP module). You obiviously need a custom board that can speak "PTP" (Linux-powered ARM board?)
EOS 1100D | EOS 650 (No, I didn't forget the D) | Ye Olde Canon EF Lenses ('87): 50 f/1.8 - 28 f/2.8 - 70-210 f/4 | EF-S 18-55 f/3.5-5.6 | Metz 36 AF-5

SDX

A few posts and builds in this area:
http://www.circuitsathome.com/category/camera-control

PTP libraries are found everywhere for many platforms. For prototyping purposes, consider:
https://github.com/felis/PTP_2.0 (Arduino)

arrinkiiii

It would be nice if people share this projects. Some one in this forum make an arduino + motor controlled with the camera for time lapse... but look like that never more we hear about the code/project  :(

JohnBarlow

Thanks guys, you just made my day !!!


So ML can speak PTP through the USB, well waddiya know, thats fantastic