Posted in
OpenMoco Interface for PERL : OpenMoco::Interface::TimeLapse
This software is released as open-source under the PERL Artistic License
Current Version: 0.03
Download:
Documentation:
SVN on Sourceforge:
Hardware Requirements:
- Computer running Windows, Linux, OSX or any operating system compatible with PERL
- USB 1.0 Port
Extra Software Components Required:
Extra Requirements:
- An arduino microcontroller running the OpenMoco Time-Lapse Engine 0.81
Installation Instructions:
- Windows:
- Install ActivePerl
- Use ppm to install Win32::SerialPort
- Note: you will need to add http://www.bribes.org/perl/ppm/ to your repository list in ppm
- Install nmake
- Download the OpenMoco::Interface::Timelapse perl module
- Unzip the archive
- Start a command prompt (run->cmd)
- Change directories to where you unzipped the archive
- run 'perl Makefile.PL'
- run 'nmake install'
Changelog:
# 0.03 * Added support for shoot now serial command * Added support for backlash adj serial command * Added success/fail serial response handling * Added support for noop serial command * Added support for motor kill (sleep function * Added support for serial status requests/bi-directional communication * Added support for focus high with shutter option (for nikon andother cameras) * Added support for all shot repeat cycle commands * Added support for new action type (move now) * Added support for stepper control (min/max step rate) via serial api * Added support for ramp now command * Modified to support new action types * Added exp_mod function * Extended size/count of keyframes pursuant to engine version 0.82 * Extended motor count to 4, relative to engine version 0.82 # 0.02 * Added 'enable', 'disable', and 'home' set_motor() types. * Added motor_home(), move_motor() methods # 0.01 * Initial Release