From 83569e1ee80d81f76ca2e88d6bd41759e0230e91 Mon Sep 17 00:00:00 2001 From: pacopuig Date: Fri, 3 Mar 2023 14:08:41 +0100 Subject: [PATCH] added lens-position option --- package.json | 2 +- src/libCamera.config.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index c339acc..c608639 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.0.6", + "version": "1.0.7", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts", diff --git a/src/libCamera.config.ts b/src/libCamera.config.ts index 647985f..53271f8 100644 --- a/src/libCamera.config.ts +++ b/src/libCamera.config.ts @@ -14,6 +14,7 @@ export const commonCommands: Commands = { 'flush', // Flush output files immediately ], Options: [ + 'lens-position', // Set lens position 'camera', // Selects which camera to use 'config', // Read options from the given file 'timeout', // Delay before application stops automatically