Skip to content

Commit

Permalink
Merge branch 'feature/example-microsoft-1425' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
joelpurra committed Aug 6, 2021
2 parents b26f13c + 92efce6 commit 0cbae9c
Show file tree
Hide file tree
Showing 5 changed files with 97 additions and 0 deletions.
16 changes: 16 additions & 0 deletions examples/microsoft-1425/controls.json
@@ -0,0 +1,16 @@
[
"absolute_exposure_time",
"absolute_focus",
"absolute_pan_tilt",
"absolute_zoom",
"auto_exposure_mode",
"auto_focus",
"auto_white_balance_temperature",
"backlight_compensation",
"brightness",
"contrast",
"power_line_frequency",
"saturation",
"sharpness",
"white_balance_temperature"
]
8 changes: 8 additions & 0 deletions examples/microsoft-1425/devices.json
@@ -0,0 +1,8 @@
[
{
"name": "Microsoft® LifeCam Studio(TM)",
"vendor": 1118,
"product": 1906,
"address": 28
}
]
19 changes: 19 additions & 0 deletions examples/microsoft-1425/export.json
@@ -0,0 +1,19 @@
{
"absolute_exposure_time": 156,
"absolute_focus": 0,
"absolute_pan_tilt": [
0,
0
],
"absolute_zoom": 0,
"auto_exposure_mode": 8,
"auto_focus": 1,
"auto_white_balance_temperature": 1,
"backlight_compensation": 5,
"brightness": 133,
"contrast": 5,
"power_line_frequency": 2,
"saturation": 103,
"sharpness": 25,
"white_balance_temperature": 4500
}
6 changes: 6 additions & 0 deletions examples/microsoft-1425/metadata.json
@@ -0,0 +1,6 @@
{
"node": "v16.6.0",
"npm": "7.20.3",
"uname": "Darwin MacBook-Pro 20.5.0 Darwin Kernel Version 20.5.0: Sat May 8 05:10:33 PDT 2021; root:xnu-7195.121.3~9/RELEASE_X86_64 x86_64",
"uvcc": "3.0.1"
}
48 changes: 48 additions & 0 deletions examples/microsoft-1425/ranges.json
@@ -0,0 +1,48 @@
{
"absolute_exposure_time": {
"min": 1,
"max": 10000
},
"absolute_focus": {
"min": 0,
"max": 40
},
"absolute_pan_tilt": {
"min": [
-529200,
-432000
],
"max": [
529200,
432000
]
},
"absolute_zoom": {
"min": 0,
"max": 317
},
"backlight_compensation": {
"min": 0,
"max": 10
},
"brightness": {
"min": 30,
"max": 255
},
"contrast": {
"min": 0,
"max": 10
},
"saturation": {
"min": 0,
"max": 200
},
"sharpness": {
"min": 0,
"max": 50
},
"white_balance_temperature": {
"min": 2500,
"max": 10000
}
}

0 comments on commit 0cbae9c

Please sign in to comment.