Skip to content

Commit

Permalink
fix ISO for Sony A7IV and Olympus OM-1
Browse files Browse the repository at this point in the history
  • Loading branch information
elijahparker committed Aug 11, 2022
1 parent 7f744be commit 42cc299
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion camera/ptpjs/drivers/olympus.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ var properties = {
setFunction: ptp.setProp32,
getFunction: ptp.getProp32,
listFunction: ptp.listProp,
code: [0xD007, 0xD1BF],
code: [0xD007, 0xD1C0],
ev: true,
values: [
{ name: "32", ev: 1 + 2 / 3, code: 32 },
Expand Down
2 changes: 1 addition & 1 deletion camera/ptpjs/drivers/sony.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ driver.supportedCameras = {
'054c:0d2b': { name: "Sony A7C", supports: { shutter: true, aperture: true, iso: true, liveview: true, destination: true, focus: true, _bufTime: 2500, newISO: true } },
'054c:0d9f': { name: "Sony A7R IV A", supports: { shutter: true, aperture: true, iso: true, liveview: true, destination: true, focus: true, _bufTime: 2500, newISO: true } },
'054c:0da3': { name: "Sony FX3", supports: { shutter: true, aperture: true, iso: true, liveview: true, destination: true, focus: true, _bufTime: 2500, newISO: true } },
'054c:0da7': { name: "Sony A7 IV", supports: { shutter: true, aperture: true, iso: true, liveview: true, destination: true, focus: true, _bufTime: 2500, newISO: true } },
'054c:0da7': { name: "Sony A7 IV", supports: { shutter: true, aperture: true, iso: true, liveview: true, destination: true, focus: true, _bufTime: 2500, newISO: false } },
}

var properties = {
Expand Down

0 comments on commit 42cc299

Please sign in to comment.