1. bb013aa Camera2: Renames for API consistency by Eino-Ville Talvala · 10 years ago
  2. 3b7da91 ex: Avoid exception if HDR_SCENE_MODE name changes. by Ruben Brunk · 10 years ago
  3. 9fb7e16 Merge "camera2: Add HDR vendor tag for legacy mode." into lmp-dev by Ruben Brunk · 10 years ago
  4. 58774cf Merge "camera2-portability: Touch-to-focus accounting for effective crop" into lmp-dev by Igor Murashkin · 10 years ago
  5. 2569329 camera2-portability: Touch-to-focus accounting for effective crop by Sol Boucher · 10 years ago
  6. 54c8f89 camera2: Add HDR vendor tag for legacy mode. by Ruben Brunk · 10 years ago
  7. f73c6cf Add ability to reset focus and metering regions using API1. by Andy Huibers · 10 years ago
  8. 415cf3e camera2-portability: Allow disabling the shutter sound on API 2 by Sol Boucher · 10 years ago
  9. 47a01cf Merge "camera2-portability: Fix and document obscure state machine bug" into lmp-dev by Sol Boucher · 10 years ago
  10. 7d71703 camera2-portability: Fix camera2 takePicture AE regression by Sol Boucher · 10 years ago
  11. 772fcce camera2-portability: Fix and document obscure state machine bug by Sol Boucher · 10 years ago
  12. 7c8d695 Merge "camera2-portability: Fix zoom occasionally not working" into lmp-dev by Sol Boucher · 10 years ago
  13. 80cda8d camera2-portability: Fix zoom occasionally not working by Sol Boucher · 10 years ago
  14. 984a086 camera2-portability: Optimize out some camera2 AE precaptures by Sol Boucher · 10 years ago
  15. f27e71f Merge "camera2-portability: Switch to ratio-based zoom interfaces" into lmp-dev by Sol Boucher · 10 years ago
  16. 336f88e Merge "camera2-api: Tag camera2 JPEGs with any provided location" into lmp-dev by Sol Boucher · 10 years ago
  17. d6a52ce Merge "camera2-api: Work around invalid camera2 API focus modes" into lmp-dev by Sol Boucher · 10 years ago
  18. d0185cc camera2-api: Tag camera2 JPEGs with any provided location by Sol Boucher · 10 years ago
  19. f2b5a97 camera2-api: Work around invalid camera2 API focus modes by Sol Boucher · 10 years ago
  20. aa907a3 camera2-portability: Play shutter sound for camera2 captures by Sol Boucher · 10 years ago
  21. 9d86684 camera2-portability: Switch to ratio-based zoom interfaces by Sol Boucher · 10 years ago
  22. 489e29e Merge "Add exception logging to CameraDeviceInfo retrieval failure" into lmp-dev by Alan Newberger · 10 years ago
  23. eb07f0c Add exception logging to CameraDeviceInfo retrieval failure by Alan Newberger · 10 years ago
  24. 8447d22 Consolidate parameter caching in camera1 portability agent by Alan Newberger · 10 years ago
  25. d0e873a Merge "Consolidate parameter caching in camera1 portability agent" into lmp-dev by Alan Newberger · 10 years ago
  26. 182acbc Merge "camera2-portability: Provide preview transformation matrix" into lmp-dev by Sol Boucher · 10 years ago
  27. f9feab9 camera2-portability: Provide preview transformation matrix by Sol Boucher · 10 years ago
  28. b2df32d Merge "camera2-portability: Make factory offer choice of backing API" into lmp-dev by Sol Boucher · 10 years ago
  29. 50f5b01 camera2-portability: Make factory offer choice of backing API by Sol Boucher · 10 years ago
  30. 3d6e501 Merge "camera2-portability: Improve capability conversions' null-safety" into lmp-dev by Sol Boucher · 10 years ago
  31. bc9c0e2 camera2-portability: Improve capability conversions' null-safety by Sol Boucher · 10 years ago
  32. c6344fa camera2-portability: Report correct sizes for preview and capture by Sol Boucher · 10 years ago
  33. 47497be Merge "Fix missing zoom fields in copy constructor of CameraCapabilities" into lmp-dev by Alan Newberger · 10 years ago
  34. 4ecb0ad Fix missing zoom fields in copy constructor of CameraCapabilities by Alan Newberger · 10 years ago
  35. 399c827 Merge "camera2-portability: Support photo capture using camera2 API" into lmp-dev by Sol Boucher · 10 years ago
  36. de48004 camera2-portability: Support photo capture using camera2 API by Sol Boucher · 10 years ago
  37. 91a9eeb Camera2: Remove hidden callbacks by Eino-Ville Talvala · 10 years ago
  38. d4e5286 Merge "Create new com.android.ex.camera2.utils package" into lmp-dev by Sol Boucher · 10 years ago
  39. 15773a6 add TORCH support to camera1 portability library by Alan Newberger · 10 years ago
  40. 8ba391e Create new com.android.ex.camera2.utils package by Sol Boucher · 10 years ago
  41. 9b5facd camera2: Add BlockingCaptureListener class. by Ruben Brunk · 10 years ago
  42. a97b7d1 camera2-portability: Add focus locks and touch-to-focus for API 2 by Sol Boucher · 10 years ago
  43. 7e0d39b DO NOT MERGE: Fix oversight while refactoring CameraStateHolder by Sol Boucher · 10 years ago
  44. a0842b4 camera2-portability: Add support for previews using the camera2 API by Sol Boucher · 10 years ago
  45. b30d2c6 camera2-portability: Remove Camera.CameraInfo accessor by Sol Boucher · 10 years ago
  46. 01e7c02 Add various supports in settings and capabilities. by Angus Kong · 10 years ago
  47. d61058f camera2-portability: Fix the rest of the 'Andorid' typo by Sol Boucher · 10 years ago
  48. 4f425ba camera2-portability: Rename CameraManager to CameraAgent by Sol Boucher · 10 years ago
  49. e224f66 Add build file for android-ex-camera2-portability by Sol Boucher · 10 years ago
  50. f07afbb Don't pass empty list of areas. by Angus Kong · 10 years ago
  51. 8097973 Refactor out Camera.Parameters. by Angus Kong · 10 years ago
  52. cef4686 Refactor CameraManager hierarchy to support new implementations by Sol Boucher · 10 years ago
  53. da52dbd Timeout on wait lock and throw exception to prevent ANR. by Erin Dahlgren · 10 years ago
  54. 7e6c76e Handle error getting camera info. by Angus Kong · 10 years ago
  55. 742beb4 Don't use stale parameters for capabilities. by Sascha Haeberling · 10 years ago
  56. c36e3c9 First Step: CameraCapabilities intead of Parameter by Angus Kong · 10 years ago
  57. 60520c4 Cancel onResumeTask when the app is paused. by Angus Kong · 10 years ago
  58. b00b7a6 Add history info for camera open failure log. by Angus Kong · 10 years ago
  59. d3865a2 Bring back video snapshot by Doris Liu · 10 years ago
  60. bdaaaf5 Create cameradevice package for camera management. by Angus Kong · 10 years ago
  61. f7a80d9 Add logging override helper by Alan Newberger · 10 years ago
  62. b52fe84 Replace isDebugging compiletime logging override with runtime property by Alan Newberger · 10 years ago
  63. 1025407 If debug is on, log everything. by Sascha Haeberling · 10 years ago
  64. b35ea0d Use debug.Log instead of android.util.Log. by Angus Kong · 10 years ago
  65. 77b7bbe camera2: Add state waiters for the session state listener by Igor Murashkin · 10 years ago
  66. 00a9b46 camera2: Update code for CameraMetadata.Key refactor by Igor Murashkin · 10 years ago
  67. f24f991 camera2: BlockingStateListener invokes proxy before firing state change by Igor Murashkin · 10 years ago
  68. 020e6d9 Merge "camera2: Add updateCaptureRequest method" into klp-dev by Zhijun He · 11 years ago
  69. d442927 camera2: Add updateCaptureRequest method by Zhijun He · 11 years ago
  70. e2fa3d7 camera2: Add #resetState to AutoFocusStateMachine by Igor Murashkin · 11 years ago
  71. 2d8e55f camera2: Add tracing to AutoFocusStateMachine (lens-locking actions only) by Igor Murashkin · 11 years ago
  72. 1e125c7 Merge "gcam: Add empty SysTrace class" into klp-dev by Igor Murashkin · 11 years ago
  73. 30662b3 gcam: Add empty SysTrace class by Igor Murashkin · 11 years ago
  74. 806d114 camera2: Harden AutoFocusStateMachine against null values in callbacks by Igor Murashkin · 11 years ago
  75. ba7f025 camera2: Skip AF state updates when afMode/afState are missing by Igor Murashkin · 11 years ago
  76. 7705b0b Revert "Revert "Camera2: Use hidden APIs"" by Eino-Ville Talvala · 11 years ago
  77. 08f250d Revert "Camera2: Use hidden APIs" by Eino-Ville Talvala · 11 years ago
  78. 51bb20d Camera2: Use hidden APIs by Eino-Ville Talvala · 11 years ago
  79. a25c559 Camera2: Add a blocking state listener by Eino-Ville Talvala · 11 years ago
  80. a47d698 gcam: Make AF more tolerant to transitioning into same state by Igor Murashkin · 11 years ago
  81. 134cd31 camera2: Add passive unfocused state to AF state machine by Igor Murashkin · 11 years ago
  82. fc12117 camera2: Add state machine for doing auto-focus easily from apps by Igor Murashkin · 11 years ago
  83. 07f09b4 camera2: New directory with camera2 extras/helpers by Igor Murashkin · 11 years ago