Skip to content

Commit

Permalink
corrections for OM-1
Browse files Browse the repository at this point in the history
  • Loading branch information
elijahparker committed Aug 11, 2022
1 parent 1845317 commit 4103dee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions camera/ptpjs/drivers/olympus.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ function exposureEvent(camera) {
driver.supportsNativeHDR = true;

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', codeIndex: {iso: 0} },
'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', codeIndex: {iso: 0} },
'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', codeIndex: {iso: 0} },
'33a2:0136': { name: "Olympus OM-1", status: 'unknown', supports: { shutter: true, aperture: true, iso: true, liveview: true, destination: true, focus: true, }, usb: 'USB C', codeIndex: {iso: 1} },
'07b4:0130': { name: "Olympus OM-D", status: 'unknown', supports: { shutter: true, aperture: true, iso: true, liveview: true, destination: true, focus: true, codeIndex: {iso: 0} }, 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, codeIndex: {iso: 0} }, 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, codeIndex: {iso: 0} }, usb: 'USB C' },
'33a2:0136': { name: "Olympus OM-1", status: 'unknown', supports: { shutter: true, aperture: true, iso: true, liveview: true, destination: true, focus: true, codeIndex: {iso: 1} }, usb: 'USB C' },
}

var properties = {
Expand Down

0 comments on commit 4103dee

Please sign in to comment.