Respect exposure settings.
This commit is contained in:
parent
6b65168f03
commit
2818bd1180
3
index.js
3
index.js
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue