- From: François Beaufort via GitHub <sysbot+gh@w3.org>
- Date: Thu, 13 Oct 2016 09:06:18 +0000
- To: public-media-capture@w3.org
beaufortfrancois has just created a new issue for
https://github.com/w3c/mediacapture-image:
== mediaSettingsRange should return step ==
It should be very easy for developers to specify the `step` value in
`<input type="range">` HTML elements.
Please provide this information when available.
For info, I can get it with a Logitech C920:
```sh
$ v4l2-ctl --dev=/dev/video1 -L
brightness (int) : min=0 max=255 step=1
default=128 value=128
contrast (int) : min=0 max=255 step=1
default=32 value=32
saturation (int) : min=0 max=255 step=1
default=32 value=32
white_balance_temperature_auto (bool) : default=1 value=1
gain (int) : min=0 max=255 step=1
default=64 value=59
power_line_frequency (menu) : min=0 max=2 default=2
value=1
0: Disabled
1: 50 Hz
2: 60 Hz
white_balance_temperature (int) : min=2800 max=6500 step=1
default=4000 value=4428 flags=inactive
sharpness (int) : min=0 max=255 step=1
default=72 value=72
backlight_compensation (int) : min=0 max=1 step=1
default=0 value=0
exposure_auto (menu) : min=0 max=3 default=3
value=3
1: Manual Mode
3: Aperture Priority Mode
exposure_absolute (int) : min=3 max=2047 step=1
default=166 value=200 flags=inactive
exposure_auto_priority (bool) : default=0 value=1
pan_absolute (int) : min=-36000 max=36000
step=3600 default=0 value=0
tilt_absolute (int) : min=-36000 max=36000
step=3600 default=0 value=0
focus_absolute (int) : min=0 max=255 step=17
default=68 value=85 flags=inactive
focus_auto (bool) : default=1 value=1
zoom_absolute (int) : min=1 max=5 step=1
default=1 value=5
Please view or discuss this issue at
https://github.com/w3c/mediacapture-image/issues/105 using your GitHub
account
Received on Thursday, 13 October 2016 09:06:27 UTC