Skip to content

Commit fbb6cc6

Browse files
authored
Merge pull request #46 from naixx/a6600_iso_fix
Sony A6600 does not support new iso, so make it false
2 parents d45c73f + 04b5b11 commit fbb6cc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

camera/ptpjs/drivers/sony.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ driver.supportedCameras = {
6464
'054c:0c34': { name: "Sony A7 III", supports: { shutter: true, aperture: true, iso: true, liveview: true, destination: true, focus: true, _bufTime: 2500, newISO: false } },
6565
'054c:0caa': { name: "Sony A6400", supports: { shutter: true, aperture: true, iso: true, liveview: true, destination: true, focus: true, _bufTime: 3000, newISO: false } },
6666
'054c:0ccc': { name: "Sony A7R IV", supports: { shutter: true, aperture: true, iso: true, liveview: true, destination: true, focus: true, _bufTime: 2500, newISO: true } },
67-
'054c:0d10': { name: "Sony A6600", supports: { shutter: true, aperture: true, iso: true, liveview: true, destination: true, focus: true, _bufTime: 3000, newISO: true } },
67+
'054c:0d10': { name: "Sony A6600", supports: { shutter: true, aperture: true, iso: true, liveview: true, destination: true, focus: true, _bufTime: 3000, newISO: false } },
6868
'054c:0d18': { name: "Sony A7S III", supports: { shutter: true, aperture: true, iso: true, liveview: true, destination: true, focus: true, _bufTime: 2500, newISO: true } },
6969
'054c:0d2b': { name: "Sony A7C", supports: { shutter: true, aperture: true, iso: true, liveview: true, destination: true, focus: true, _bufTime: 2500, newISO: true } },
7070
'054c:0d9f': { name: "Sony A7R IV A", supports: { shutter: true, aperture: true, iso: true, liveview: true, destination: true, focus: true, _bufTime: 2500, newISO: true } },

0 commit comments

Comments
 (0)