Pause before setting direction of frame.

This commit is contained in:
mmcwilliams 2018-01-08 20:06:02 -05:00
parent b01a9e4483
commit fb54403891
1 changed files with 1 additions and 0 deletions

View File

@ -375,6 +375,7 @@ intval.frame = function (dir = null, exposure = null, cb = () => {}) {
log.info('frame', {dir : dir ? 'forward' : 'backward', exposure : exposure})
intval._pause()
if (dir) {
intval._startFwd()
} else {