From e55154e46e5156f89933fffb9d8eddd3ab9375f4 Mon Sep 17 00:00:00 2001 From: mmcwilliams Date: Tue, 9 Jan 2018 00:03:20 -0500 Subject: [PATCH] Install "camera with exif" for capturing exif data with the mobile camera. This will eventually allow the user to take a photograph with their mobile camera and the Exposure time, ISO and f-stop can be used to establish an exposure value, that can be used to automatically set an exposure time for the Bolex to match the mobile camera's exposure setting. --- app/package-lock.json | 7 ++++++- app/package.json | 4 +++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/app/package-lock.json b/app/package-lock.json index 53503a4..91ce2c0 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -1,6 +1,6 @@ { "name": "com.sixteenmillimeter.intval3", - "version": "1.0.0", + "version": "1.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -531,6 +531,11 @@ "resolved": "https://registry.npmjs.org/cordova-plugin-ble-central/-/cordova-plugin-ble-central-1.1.4.tgz", "integrity": "sha1-rZA2mnla1wChuf3WbhnnzkSnicM=" }, + "cordova-plugin-camera-with-exif": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/cordova-plugin-camera-with-exif/-/cordova-plugin-camera-with-exif-1.2.2.tgz", + "integrity": "sha1-/kxfHWgga6QoOqtNM4MrVSwil3A=" + }, "cordova-plugin-compat": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/cordova-plugin-compat/-/cordova-plugin-compat-1.2.0.tgz", diff --git a/app/package.json b/app/package.json index 7120069..18eaf29 100644 --- a/app/package.json +++ b/app/package.json @@ -13,6 +13,7 @@ "cordova-android": "^6.4.0", "cordova-ios": "^4.5.4", "cordova-plugin-ble-central": "^1.1.4", + "cordova-plugin-camera-with-exif": "^1.2.2", "cordova-plugin-compat": "^1.2.0", "cordova-plugin-device": "^1.1.7", "cordova-plugin-dialogs": "^1.3.4", @@ -29,7 +30,8 @@ "cordova-plugin-ble-central": { "BLUETOOTH_USAGE_DESCRIPTION": "INTVAL intervalometer controls" }, - "cordova-plugin-splashscreen": {} + "cordova-plugin-splashscreen": {}, + "cordova-plugin-camera-with-exif": {} }, "platforms": [ "android",