Skip to content

Commit

Permalink
adding Olympus OM-1, Canon EOS R5 C
Browse files Browse the repository at this point in the history
  • Loading branch information
elijahparker committed Jun 2, 2022
1 parent c0493df commit ad64be6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions camera/ptpjs/drivers/canon.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ driver.supportedCameras = {
'04a9:32e8': {name: "Canon EOS 1D X III", status: 'unknown', supports: { shutter: true, aperture: true, iso: true, liveview: true, destination: true, focus: true, }, usb: 'USB C' },
'04a9:32f4': {name: "Canon EOS R5", status: 'unknown', supports: { shutter: true, aperture: true, iso: true, liveview: true, destination: true, focus: true, }, usb: 'USB C' },
'04a9:32f5': {name: "Canon EOS R6", status: 'unknown', supports: { shutter: true, aperture: true, iso: true, liveview: true, destination: true, focus: true, }, usb: 'USB C' },
'04a9:3303': {name: "Canon EOS R5 C", status: 'unknown', supports: { shutter: true, aperture: true, iso: true, liveview: true, destination: true, focus: true, }, usb: 'USB C' },
}

var properties = {
Expand Down
2 changes: 1 addition & 1 deletion camera/ptpjs/drivers/olympus.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ driver.supportedCameras = {
'07b4:0130': { name: "Olympus OM-D", status: 'unknown', supports: { shutter: true, aperture: true, iso: true, liveview: true, destination: true, focus: true, }, usb: 'USB C' },
'07b4:0135': { name: "Olympus OM-D E-M1 II", status: 'unknown', supports: { shutter: true, aperture: true, iso: true, liveview: true, destination: true, focus: true, }, usb: 'USB C' },
'07b4:012f': { name: "Olympus OM-D E-M10 III", status: 'unknown', supports: { shutter: true, aperture: true, iso: true, liveview: true, destination: true, focus: true, }, usb: 'USB C' },
'33A2:0136': { name: "Olympus OM-1", status: 'unknown', supports: { shutter: true, aperture: true, iso: true, liveview: true, destination: true, focus: true, }, usb: 'USB C' },
'33a2:0136': { name: "Olympus OM-1", status: 'unknown', supports: { shutter: true, aperture: true, iso: true, liveview: true, destination: true, focus: true, }, usb: 'USB C' },
}

var properties = {
Expand Down

0 comments on commit ad64be6

Please sign in to comment.