diff options
author | Jayant Chowdhary <jchowdhary@google.com> | 2020-02-18 11:18:12 -0800 |
---|---|---|
committer | Jayant Chowdhary <jchowdhary@google.com> | 2020-02-19 14:16:44 -0800 |
commit | 3a0030faabd90a32c3b258094401d25b2eb23544 (patch) | |
tree | 78b4e2c8ef75dc7552da943e681b33a945c6f0ff /camera/provider | |
parent | 653ea6c3233d20a25c9842da22b55b252c35882d (diff) | |
download | platform_hardware_interfaces-3a0030faabd90a32c3b258094401d25b2eb23544.tar.gz platform_hardware_interfaces-3a0030faabd90a32c3b258094401d25b2eb23544.tar.bz2 platform_hardware_interfaces-3a0030faabd90a32c3b258094401d25b2eb23544.zip |
ICameraProvider@2.6 : Update documentation for getConcurrentStreamingCameraIds.
Bug: 148995918
Test: builds
Change-Id: I89df3be9e15881e081b76d6c0312bc54da931dea
Signed-off-by: Jayant Chowdhary <jchowdhary@google.com>
Diffstat (limited to 'camera/provider')
-rw-r--r-- | camera/provider/2.6/ICameraProvider.hal | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/camera/provider/2.6/ICameraProvider.hal b/camera/provider/2.6/ICameraProvider.hal index 2c79c279d3..9c46ba06f5 100644 --- a/camera/provider/2.6/ICameraProvider.hal +++ b/camera/provider/2.6/ICameraProvider.hal @@ -56,6 +56,11 @@ interface ICameraProvider extends @2.5::ICameraProvider { * s720p - min (max output resolution for the given format, 1280 X 720) * s1440p - min (max output resolution for the given format, 1920 X 1440) * + * The camera framework must call this method whenever it gets a + * cameraDeviceStatusChange callback adding a new camera device or removing + * a camera device known to it. This is so that the camera framework can get new combinations + * of camera ids that can stream concurrently, that might have potentially appeared. + * * @return status Status code for the operation * @return cameraIds a list of camera id combinations that support * concurrent stream configurations with the minimum guarantees |