From 4103deeb808d459752651644867eaa2bbcd6cb57 Mon Sep 17 00:00:00 2001 From: Elijah Parker Date: Wed, 10 Aug 2022 20:52:20 -0500 Subject: [PATCH] corrections for OM-1 --- camera/ptpjs/drivers/olympus.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/camera/ptpjs/drivers/olympus.js b/camera/ptpjs/drivers/olympus.js index 269213ca..1238c4db 100644 --- a/camera/ptpjs/drivers/olympus.js +++ b/camera/ptpjs/drivers/olympus.js @@ -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 = {