commit | 6bdacaddfb18edef1f0cdd778209f6b05a8f9210 | [log] [tgz] |
---|---|---|
author | magjed <magjed@webrtc.org> | Fri May 13 12:25:14 2016 |
committer | Commit bot <commit-bot@chromium.org> | Fri May 13 12:25:17 2016 |
tree | 237deb5853806b5b4e8b2f849948ab5c2201667d | |
parent | e06c2ddbdea7cfdeae82c3a7ae9f9ea2978f7394 [diff] |
Android: Make base interface for camera1 and camera2 This CL adds a new interface CameraVideoCapturer that extends VideoCapturer with a switchCamera() function. It also moves moves CameraEventsHandler, CameraStatistics, and CameraSwitchHandler from VideoCapturerAndroid to this new interface. The purpose is to prepare for a camera2 implementation that will use the same interfaces and helper class. BUG=webrtc:5519 Review-Url: https://codereview.webrtc.org/1895483002 Cr-Commit-Position: refs/heads/master@{#12723}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others. This page is maintained by the Google Chrome team.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.