On Mon, Feb 29, 2016 at 05:21:23PM +0200, Mike Haroun wrote:
> Hi daniel:
> 
> Yes, I'm referring to the camera remote control software.
> 
> My question is the following:  Can we add a Command in the software to
> control a Step Motor when doing time lapse photography?  The command will be
> issued to the step motor between consecutive photos.

The repeated shooter time lapse feature in Entangle is built as
a python plugin. The bundled plugin is intended to stay fairly
simple, so I'd suggest you just copy the code from the existing
plugin and modify it todo whatever you need wrt stepper motors
and publish your plugin yourself. ie There's no need to directly
modify entangle to achieve what you want.

Specifically I'm talking about this plugin code:

  https://gitlab.com/entangle/entangle/tree/master/src/plugins/shooter

Rename the files to something else & modify shooter.plugin and
shooter.py as desired.

Regards,
Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org       -o-       http://live.gnome.org/gtk-vnc :|

_______________________________________________
Entangle-devel mailing list
Entangle-devel@gna.org
https://mail.gna.org/listinfo/entangle-devel

Reply via email to