diff --git a/camera/ptpjs/drivers/fuji.js b/camera/ptpjs/drivers/fuji.js index 8e5bc3b95..0c0d3bb01 100644 --- a/camera/ptpjs/drivers/fuji.js +++ b/camera/ptpjs/drivers/fuji.js @@ -114,6 +114,7 @@ driver.capture = function(camera, target, options, callback) { } }); } + check(); }, function(cb){ptp.setPropU16(camera._dev, 0xd208, 0x0304, cb);}, function(cb){ptp.ptpCapture(camera._dev, [0x0, 0x0], cb);},