Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
baku89 authored Sep 8, 2024
1 parent 3f065aa commit a6120fc
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,13 @@ async function test() {
const exposureModeDesc = await camera.getDesc('exposureMode')
console.log(exposureModeDesc)
/* -> {
value: 'M',
writable: false // Because this can be set by physical dial on a camera
option: {
type: 'enum',
values: ['M', 'S', 'A', 'P']
}
} */
value: 'M',
writable: false // Because this can be set by the physical dial on a camera
option: {
type: 'enum',
values: ['M', 'S', 'A', 'P']
}
} */

const autoFocusResult = await camera.runAutoFocus()
// -> {status: 'ok'}
Expand Down

0 comments on commit a6120fc

Please sign in to comment.