-
Notifications
You must be signed in to change notification settings - Fork 56
Description
First of all, thanks for creating and documenting this project!
I'm working with other colleagues at a local maker space to build an OpenScan system for use by our members. We've pretty much decided in favor of the Raspberry Pi controller instead of the Arduino version.
One remaining concern involves users who want to program a scan pattern into the controller and then set up a smartphone to take shots at a fixed interval, i.e., without explicit shutter control.
From the manual, it looks as though that can be accomplished in the user interface by setting the mode to External and Time per Foto to an appropriate value and ignoring Release time since that output would be unconnected. Is there any problem with doing that?

Without digging into the code, my impression is that Time per Foto does not include the time for the stepper to move the axes to the next position. Is that correct? If so, is it reasonable to assume the transition time will be more or less constant, i.e., something that can determined empirically and added to the time interval on the camera side?
Thanks!