Respect exposure settings.

This commit is contained in:
mmcwilliams 2017-12-13 17:01:22 -05:00
parent 6b65168f03
commit 2818bd1180
1 changed files with 3 additions and 0 deletions

View File

@ -295,6 +295,9 @@ function bFrame (obj, cb) {
if (intval._state.frame.dir !== true) {
dir = false
}
if (intval._state.frame.exposure !== 0) {
exposure = intval._state.frame.exposure
}
if (typeof obj.dir !== 'undefined') {
if (typeof obj.dir === 'string') {
dir = (obj.dir === 'true')