Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ImageCapture] Add pan/tilt constraint and wire in Linux/CrOS. #15741

Merged
merged 1 commit into from
Jul 26, 2019

Conversation

chromium-wpt-export-bot
Copy link
Collaborator

@chromium-wpt-export-bot chromium-wpt-export-bot commented Mar 8, 2019

Pan and Tilt Constraints are part of the UVC spec.
For Linux/CrOS, we can use V4L2 controls like
(V4L2_CID_PAN_ABSOLUTE and V4L2_CID_TILT_ABSOLUTE).

Spec: w3c/mediacapture-image#182

Test Page: https://riju.github.io/WebCamera/samples/panTilt/

Putting Pan/Tilt feature behind a flag:
chrome --enable-blink-features=MediaCapturePanTilt

Intent to Implement and Ship discussions:
https://groups.google.com/a/chromium.org/d/msg/blink-dev/j-Q08QgBipM/F3a5sau1BwAJ

Bug: 934063
Change-Id: I552c4c8be717c3b67c4d91f826a1f16850430fa4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1508519
Reviewed-by: Guido Urdaneta <[email protected]>
Reviewed-by: Kinuko Yasuda <[email protected]>
Reviewed-by: Miguel Casas <[email protected]>
Reviewed-by: Reilly Grant <[email protected]>
Commit-Queue: Rijubrata Bhaumik <[email protected]>
Cr-Commit-Position: refs/heads/master@{#681332}

Copy link
Collaborator

@wpt-pr-bot wpt-pr-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Already reviewed downstream.

@chromium-wpt-export-bot chromium-wpt-export-bot force-pushed the chromium-export-cl-1508519 branch 2 times, most recently from 253124b to 0cec29d Compare March 11, 2019 11:47
@chromium-wpt-export-bot chromium-wpt-export-bot force-pushed the chromium-export-cl-1508519 branch 4 times, most recently from 857a8e4 to ed1fab2 Compare March 22, 2019 09:34
@chromium-wpt-export-bot chromium-wpt-export-bot force-pushed the chromium-export-cl-1508519 branch 2 times, most recently from bcc4621 to 6a38da7 Compare July 26, 2019 14:27
Pan and Tilt Constraints are part of the UVC spec.
For Linux/CrOS, we can use V4L2 controls like
(V4L2_CID_PAN_ABSOLUTE and V4L2_CID_TILT_ABSOLUTE).

Spec: w3c/mediacapture-image#182

Test Page: https://riju.github.io/WebCamera/samples/panTilt/

Putting Pan/Tilt feature behind a flag:
chrome --enable-blink-features=MediaCapturePanTilt

Intent to Implement and Ship discussions:
https://groups.google.com/a/chromium.org/d/msg/blink-dev/j-Q08QgBipM/F3a5sau1BwAJ

Bug: 934063
Change-Id: I552c4c8be717c3b67c4d91f826a1f16850430fa4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1508519
Reviewed-by: Guido Urdaneta <[email protected]>
Reviewed-by: Kinuko Yasuda <[email protected]>
Reviewed-by: Miguel Casas <[email protected]>
Reviewed-by: Reilly Grant <[email protected]>
Commit-Queue: Rijubrata Bhaumik <[email protected]>
Cr-Commit-Position: refs/heads/master@{#681332}
@chromium-wpt-export-bot chromium-wpt-export-bot merged commit c019cf8 into master Jul 26, 2019
@chromium-wpt-export-bot chromium-wpt-export-bot deleted the chromium-export-cl-1508519 branch July 26, 2019 17:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants