1. 3f9efa8 Camera: Add support for latency query interface by Emilian Peev · 2 years ago
  2. 241289d Camera: Update the extension stub documentation by Emilian Peev · 2 years, 1 month ago
  3. f4d73c5 Add support for advanced extension settings and results by Emilian Peev · 2 years, 3 months ago
  4. 3b8f7b0 Add support for camera extension settings and results by Emilian Peev · 2 years, 5 months ago
  5. d31c61c Camera: Return sequence id as part of advanced extension requests by Emilian Peev · 2 years, 10 months ago
  6. bd39a02 Merge "Camera: Sync camera extensions stubs" into sc-dev by TreeHugger Robot · 3 years ago
  7. ae681a0 Camera: Sync camera extensions stubs by Emilian Peev · 3 years, 1 month ago
  8. 24382da Merge "Camera: Move extension sample from product to vendor" into sc-dev by TreeHugger Robot · 3 years, 1 month ago
  9. 22c27ec Camera2: Add camera extension 1.2.0 stubs by Emilian Peev · 3 years, 3 months ago
  10. ab08986 Camera: Move extension sample from product to vendor by Emilian Peev · 3 years, 1 month ago
  11. 874fc71 Camera: Disable Auto, Night and Beauty extensions by Emilian Peev · 3 years, 2 months ago
  12. ad7e5bf [LSC] Add LOCAL_LICENSE_KINDS to frameworks/ex by Bob Badour · 3 years, 3 months ago
  13. 0ab7c37 Merge "[LSC] Add LOCAL_LICENSE_KINDS to frameworks/ex" am: 6d2844c3f8 am: 9b635907e3 am: ac74f57dd3 by Treehugger Robot · 3 years, 4 months ago
  14. b92d9f4 [LSC] Add LOCAL_LICENSE_KINDS to frameworks/ex by Bob Badour · 3 years, 4 months ago
  15. c5ecb7f Camera2: Add support for Camera2 extension session callbacks by Emilian Peev · 3 years, 7 months ago
  16. 5050934 Camera2: Add support for offline session callbacks by Emilian Peev · 4 years, 4 months ago
  17. 4bbf496 Camera: Centralize OWNERS by Eino-Ville Talvala · 5 years ago
  18. 8268adc Migrate frameworks/ex to androidx.test by Brett Chabot · 5 years ago
  19. a949420 Merge "Convert frameworks/ex/camera2 to Android.bp" am: c31392c62a am: d7bfd5323f by Colin Cross · 6 years ago
  20. c31392c Merge "Convert frameworks/ex/camera2 to Android.bp" by Treehugger Robot · 6 years ago
  21. 67008fa Convert frameworks/ex/camera2 to Android.bp by Colin Cross · 6 years ago
  22. 16e4a77 Camera2: Handle eviction case in BlockingCameraManager am: 36c7d879ef by Shuzhen Wang · 6 years ago
  23. bb12f54 frameworks/ex: Add OWNERS file for camera by Shuzhen Wang · 6 years ago
  24. 36c7d87 Camera2: Handle eviction case in BlockingCameraManager by Shuzhen Wang · 6 years ago
  25. bf39f79 Fix the bug that camera can't open again after disconnected by Sheng-Hao Tsao · 7 years ago
  26. 7921659 Revert "Fix the bug that camera can't open again after disconnected" by Sheng-hao Tsao · 7 years ago
  27. 03e6dac Fix the bug that camera can't open again after disconnected by Sheng-Hao Tsao · 7 years ago
  28. 55ee348 Merge "Revert "Revert "Revert "Camera2: Use hidden APIs"""" am: 6033321c6f am: 156dc3b883 am: 5c2d5d4549 by Dan Willemsen · 8 years ago
  29. 6033321 Merge "Revert "Revert "Revert "Camera2: Use hidden APIs"""" by Treehugger Robot · 8 years ago
  30. a26632e Merge "camera2: Add onCaptureQueueEmpty callback" by Shuzhen Wang · 8 years ago
  31. 20ae4a7 Merge "fix a mistake in AndroidCameraCapabilities.buildWhiteBalances()." am: 659f8313d7 am: c11b14c6b4 by Charles Zhang · 8 years ago
  32. 5f82a7e fix a mistake in AndroidCameraCapabilities.buildWhiteBalances(). by Charles Zhang · 9 years ago
  33. 3308f56 camera2: Add onCaptureQueueEmpty callback by Shuzhen Wang · 8 years ago
  34. ac2be4e Avoid JUnit4 collision in android-support-test, mockito-target by Guang Zhu · 8 years ago
  35. a650cbe Revert "Revert "Revert "Camera2: Use hidden APIs""" by Dan Willemsen · 8 years ago
  36. 39c31d4 Camera2: Support waitForSurfacePrepared in BlockingSessionCallback by Yin-Chia Yeh · 9 years ago
  37. ebb6c51 Camera2: Support onSurfacePrepared in BlockingSessionCallback by Eino-Ville Talvala · 9 years ago
  38. 046ba28 DO NOT MERGE: Minor style fixes. by Jiawen Chen · 9 years ago
  39. c5effbd Camera2: Portability: Remove HDR hack. by Eino-Ville Talvala · 10 years ago
  40. aa9ed1d Cleaned up usages of deprecated API by Nick Korostelev · 10 years ago
  41. 25b78c8 Ensure default handler always is set if no other error handler registered by Alan Newberger · 10 years ago
  42. c15ddae Ensure agent error handler is always non-null by Alan Newberger · 10 years ago
  43. 733ca8d Return more detailed debugging info for logging purposes. by Senpo Hu · 10 years ago
  44. 318eeb2 Cleanup: handle API 1 error callback in CameraExceptionHandler. by Senpo Hu · 10 years ago
  45. 2d01b8e Overhaul error handling in AndroidCameraAgentImpl. by Senpo Hu · 10 years ago
  46. 90e75d1 Check isZoomSupported before any zoom ratio calculations. by Alan Newberger · 10 years ago
  47. 698997b Add null check for exif thumbnail size by Puneet Lall · 10 years ago
  48. 1c1d1af Remove default thumbnail size setting in portability lib by Alan Newberger · 10 years ago
  49. 70a82d9 Add null check in AndroidCameraSettings. by Senpo Hu · 10 years ago
  50. 2eed7ab Merge "Specify Locale.US for stringification of enums" into lmp-dev by Alan Newberger · 10 years ago
  51. 1bd78b3 Specify Locale.US for stringification of enums by Alan Newberger · 10 years ago
  52. bad9708 Add error log to API1 CameraAgent by Alan Newberger · 10 years ago
  53. 06b23bb Merge "Camera2: Update for camera2 API changes" into lmp-dev by Eino-Ville Talvala · 10 years ago
  54. 9f57c43 Merge "portability: Fix a bug where long AF callbacks caused ISE timeouts" into lmp-dev by Rachad Alao · 10 years ago
  55. 25ee73a Let CameraProxy support setJpegOrientation. by Senpo Hu · 10 years ago
  56. 6a9baba portability: Fix a bug where long AF callbacks caused ISE timeouts by Igor Murashkin · 10 years ago
  57. ca507f8 Merge "Log null returns from Camera.getParameters" into lmp-dev by Alan Newberger · 10 years ago
  58. 171362f Camera2: Update for camera2 API changes by Eino-Ville Talvala · 10 years ago
  59. d5205c2 Merge "portability: Fix incorrect comparison between int and Integer" into lmp-dev by Igor Murashkin · 10 years ago
  60. bb013aa Camera2: Renames for API consistency by Eino-Ville Talvala · 10 years ago
  61. dc05ed7 portability: Fix incorrect comparison between int and Integer by Igor Murashkin · 10 years ago
  62. 3b7da91 ex: Avoid exception if HDR_SCENE_MODE name changes. by Ruben Brunk · 10 years ago
  63. 9fb7e16 Merge "camera2: Add HDR vendor tag for legacy mode." into lmp-dev by Ruben Brunk · 10 years ago
  64. 58774cf Merge "camera2-portability: Touch-to-focus accounting for effective crop" into lmp-dev by Igor Murashkin · 10 years ago
  65. 2569329 camera2-portability: Touch-to-focus accounting for effective crop by Sol Boucher · 10 years ago
  66. 54c8f89 camera2: Add HDR vendor tag for legacy mode. by Ruben Brunk · 10 years ago
  67. f73c6cf Add ability to reset focus and metering regions using API1. by Andy Huibers · 10 years ago
  68. 415cf3e camera2-portability: Allow disabling the shutter sound on API 2 by Sol Boucher · 10 years ago
  69. 47a01cf Merge "camera2-portability: Fix and document obscure state machine bug" into lmp-dev by Sol Boucher · 10 years ago
  70. 7d71703 camera2-portability: Fix camera2 takePicture AE regression by Sol Boucher · 10 years ago
  71. 772fcce camera2-portability: Fix and document obscure state machine bug by Sol Boucher · 10 years ago
  72. 7c8d695 Merge "camera2-portability: Fix zoom occasionally not working" into lmp-dev by Sol Boucher · 10 years ago
  73. 80cda8d camera2-portability: Fix zoom occasionally not working by Sol Boucher · 10 years ago
  74. 984a086 camera2-portability: Optimize out some camera2 AE precaptures by Sol Boucher · 10 years ago
  75. f27e71f Merge "camera2-portability: Switch to ratio-based zoom interfaces" into lmp-dev by Sol Boucher · 10 years ago
  76. 336f88e Merge "camera2-api: Tag camera2 JPEGs with any provided location" into lmp-dev by Sol Boucher · 10 years ago
  77. d6a52ce Merge "camera2-api: Work around invalid camera2 API focus modes" into lmp-dev by Sol Boucher · 10 years ago
  78. d0185cc camera2-api: Tag camera2 JPEGs with any provided location by Sol Boucher · 10 years ago
  79. f2b5a97 camera2-api: Work around invalid camera2 API focus modes by Sol Boucher · 10 years ago
  80. aa907a3 camera2-portability: Play shutter sound for camera2 captures by Sol Boucher · 10 years ago
  81. 9d86684 camera2-portability: Switch to ratio-based zoom interfaces by Sol Boucher · 10 years ago
  82. e4094bd Log null returns from Camera.getParameters by Alan Newberger · 10 years ago
  83. 489e29e Merge "Add exception logging to CameraDeviceInfo retrieval failure" into lmp-dev by Alan Newberger · 10 years ago
  84. eb07f0c Add exception logging to CameraDeviceInfo retrieval failure by Alan Newberger · 10 years ago
  85. 8447d22 Consolidate parameter caching in camera1 portability agent by Alan Newberger · 10 years ago
  86. d0e873a Merge "Consolidate parameter caching in camera1 portability agent" into lmp-dev by Alan Newberger · 10 years ago
  87. 182acbc Merge "camera2-portability: Provide preview transformation matrix" into lmp-dev by Sol Boucher · 10 years ago
  88. f9feab9 camera2-portability: Provide preview transformation matrix by Sol Boucher · 10 years ago
  89. b2df32d Merge "camera2-portability: Make factory offer choice of backing API" into lmp-dev by Sol Boucher · 10 years ago
  90. 50f5b01 camera2-portability: Make factory offer choice of backing API by Sol Boucher · 10 years ago
  91. 3d6e501 Merge "camera2-portability: Improve capability conversions' null-safety" into lmp-dev by Sol Boucher · 10 years ago
  92. bc9c0e2 camera2-portability: Improve capability conversions' null-safety by Sol Boucher · 10 years ago
  93. c6344fa camera2-portability: Report correct sizes for preview and capture by Sol Boucher · 10 years ago
  94. 47497be Merge "Fix missing zoom fields in copy constructor of CameraCapabilities" into lmp-dev by Alan Newberger · 10 years ago
  95. 4ecb0ad Fix missing zoom fields in copy constructor of CameraCapabilities by Alan Newberger · 10 years ago
  96. 399c827 Merge "camera2-portability: Support photo capture using camera2 API" into lmp-dev by Sol Boucher · 10 years ago
  97. de48004 camera2-portability: Support photo capture using camera2 API by Sol Boucher · 10 years ago
  98. 91a9eeb Camera2: Remove hidden callbacks by Eino-Ville Talvala · 10 years ago
  99. d4e5286 Merge "Create new com.android.ex.camera2.utils package" into lmp-dev by Sol Boucher · 10 years ago
  100. 15773a6 add TORCH support to camera1 portability library by Alan Newberger · 10 years ago