DescriptionAndroid 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
Committed: https://crrev.com/928fb4d626d5093ca339e3db63edd5143ac3c678
Cr-Commit-Position: refs/heads/master@{#297380}
Patch Set 1 : #Patch Set 2 : self reviewed #Patch Set 3 : Rebasing. Large VideoCaptureFactory cleanup. #Patch Set 4 : Rebase and removed redundant import. #
Total comments: 6
Patch Set 5 : qinmin@ nit and tiny style. #
Messages
Total messages: 20 (7 generated)
|