Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/timelapseplus/VIEW
Browse files Browse the repository at this point in the history
  • Loading branch information
elijahparker committed May 24, 2023
2 parents 34ecb80 + fbb6cc6 commit 0e22252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion camera/ptpjs/drivers/sony.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ driver.supportedCameras = {
'054c:0c34': { name: "Sony A7 III", supports: { shutter: true, aperture: true, iso: true, liveview: true, destination: true, focus: true, _bufTime: 2500, newISO: false } },
'054c:0caa': { name: "Sony A6400", supports: { shutter: true, aperture: true, iso: true, liveview: true, destination: true, focus: true, _bufTime: 3000, newISO: false } },
'054c:0ccc': { name: "Sony A7R IV", supports: { shutter: true, aperture: true, iso: true, liveview: true, destination: true, focus: true, _bufTime: 2500, newISO: true } },
'054c:0d10': { name: "Sony A6600", supports: { shutter: true, aperture: true, iso: true, liveview: true, destination: true, focus: true, _bufTime: 3000, newISO: true } },
'054c:0d10': { name: "Sony A6600", supports: { shutter: true, aperture: true, iso: true, liveview: true, destination: true, focus: true, _bufTime: 3000, newISO: false } },
'054c:0d18': { name: "Sony A7S III", supports: { shutter: true, aperture: true, iso: true, liveview: true, destination: true, focus: true, _bufTime: 2500, newISO: true } },
'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 } },
Expand Down

0 comments on commit 0e22252

Please sign in to comment.