Skip to content

Commit

Permalink
added lens-position option
Browse files Browse the repository at this point in the history
  • Loading branch information
pacs27 committed Mar 3, 2023
1 parent 594835d commit 83569e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.6",
"version": "1.0.7",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions src/libCamera.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export const commonCommands: Commands = {
'flush', // Flush output files immediately
],
Options: [
'lens-position', // Set lens position <number>
'camera', // Selects which camera to use <index>
'config', // Read options from the given file <filename>
'timeout', // Delay before application stops automatically <milliseconds>
Expand Down

0 comments on commit 83569e1

Please sign in to comment.