前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >Android Camera2

Android Camera2

作者头像
用户3004328
发布2018-09-06 17:00:44
7800
发布2018-09-06 17:00:44
举报
文章被收录于专栏:增长技术增长技术

CameraApp

  1. MediaSaver
  2. CaptureSessionManager
  3. SessionStorageManager
  4. MemoryManagerImpl
  5. PlaceholderManager
  6. RemoteShutterListener
  7. MotionManager
  8. SettingsManager
  9. CameraServices
    • Functionality available to all modules and services

    /** * Returns the capture session manager instance that modules use to store * temporary or final capture results. */ public CaptureSessionManager getCaptureSessionManager(); /** * Returns the memory manager which can be used to get informed about memory * status updates. */ public MemoryManager getMemoryManager(); /** * Returns the motion manager which senses when significant motion of the * camera should unlock a locked focus. */ public MotionManager getMotionManager(); /** * Returns the media saver instance. * <p> * Deprecated. Use {@link #getCaptureSessionManager()} whenever possible. * This direct access to media saver will go away. */ @Deprecated public MediaSaver getMediaSaver(); /** * @return A listener to be informed by events interesting for remote * capture apps. Will never return null. */ public RemoteShutterListener getRemoteShutterListener(); /** * @return The settings manager which allows get/set of all app settings. */ public SettingsManager getSettingsManager();

AbstractGalleryActivity

ActivityBase

CameraActivity

本文参与 腾讯云自媒体分享计划,分享自作者个人站点/博客。
原始发表:2015-03-07,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体分享计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • CameraApp
  • AbstractGalleryActivity
  • ActivityBase
  • CameraActivity
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档