Skip to content

Commit

Permalink
Add Sony A7R IV A
Browse files Browse the repository at this point in the history
  • Loading branch information
elijahparker committed Nov 23, 2021
1 parent 9fcce8b commit 84a32af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions camera/ptpjs/drivers/sony.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ driver.supportedCameras = {
'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:0d18': { name: "Sony A7S III", 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 } },
}

var properties = {
Expand Down

0 comments on commit 84a32af

Please sign in to comment.