Android Video Capture: Removed references to Android.Hardware.Camera from the factory and cleanup
As part of the masterplan of the bug, this CL removes the explicit android.hardware.Camera classes manipulations, asking instead classes VideoCapture{,Android,Tango} for this info. Some other minor cleanup goes along with it: VideoCaptureFactory.CamParams is only used inside VideoCaptureTango and to retrieve the name of the special Tango camera, that's refactored to hide the CamParams inside VideoCaptureTango. Other methods are further simplified in the VideoCaptureFactory so their use from C++ is more evident. BUG=418052 Review URL: https://codereview.chromium.org/602063002 Cr-Commit-Position: refs/heads/master@{#297380}
Showing
Please register or sign in to comment