Pause before setting direction of frame.
This commit is contained in:
parent
b01a9e4483
commit
fb54403891
|
@ -375,6 +375,7 @@ intval.frame = function (dir = null, exposure = null, cb = () => {}) {
|
||||||
|
|
||||||
log.info('frame', {dir : dir ? 'forward' : 'backward', exposure : exposure})
|
log.info('frame', {dir : dir ? 'forward' : 'backward', exposure : exposure})
|
||||||
|
|
||||||
|
intval._pause()
|
||||||
if (dir) {
|
if (dir) {
|
||||||
intval._startFwd()
|
intval._startFwd()
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue