diff --git a/plugins/snapshot/package-lock.json b/plugins/snapshot/package-lock.json index 2df3f8b01..ed080d8c9 100644 --- a/plugins/snapshot/package-lock.json +++ b/plugins/snapshot/package-lock.json @@ -1,12 +1,12 @@ { "name": "@scrypted/snapshot", - "version": "0.2.64", + "version": "0.2.66", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@scrypted/snapshot", - "version": "0.2.64", + "version": "0.2.66", "dependencies": { "@types/node": "^22.10.2", "sharp": "^0.33.5", diff --git a/plugins/snapshot/package.json b/plugins/snapshot/package.json index 6f6950075..97bc683e4 100644 --- a/plugins/snapshot/package.json +++ b/plugins/snapshot/package.json @@ -1,6 +1,6 @@ { "name": "@scrypted/snapshot", - "version": "0.2.64", + "version": "0.2.66", "description": "Snapshot Plugin for Scrypted", "scripts": { "scrypted-setup-project": "scrypted-setup-project", diff --git a/plugins/snapshot/src/main.ts b/plugins/snapshot/src/main.ts index 4805fcf7a..3c89bb653 100644 --- a/plugins/snapshot/src/main.ts +++ b/plugins/snapshot/src/main.ts @@ -125,7 +125,7 @@ class SnapshotMixin extends SettingsMixinDeviceBase implements Camera, R }, snapshotAspectRatio: { title: 'Snapshot Aspect Ratio', - description: 'Set a fixed aspect ratio for snapshots (e.g., 1.777 for 16:9). Used when explicit width/height are not provided.', + description: 'Override the aspect ratio for snapshots (e.g., 1.777 for 16:9). Images from the camera will be resized to this aspect ratio.', type: 'number', placeholder: '1.777', },