Skip to content

Commit

Permalink
usb testing
Browse files Browse the repository at this point in the history
  • Loading branch information
elijahparker committed May 1, 2019
1 parent a67077b commit 0979c6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions camera/ptpjs/drivers/fuji.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);},
Expand Down

0 comments on commit 0979c6f

Please sign in to comment.