1. 03fe623 Camera: Fix & improve camera device error analytics by Shuzhen Wang · 2 years, 7 months ago
  2. 16610a6 Camera: Add adb shell cmd to override stream use case by Shuzhen Wang · 2 years, 9 months ago
  3. 18b30a7 libcameraservice: Provide flag for overriding camera output to portrait. by Austin Borger · 2 years, 10 months ago
  4. 7146ced Add AUTOFRAMING_AUTO mode by Bharatt Kukreja · 2 years, 10 months ago
  5. 7b12954 CameraService: Check Thread::run for failed threads. by Austin Borger · 3 years, 3 months ago
  6. 74fca04 libcameraservice: Refactor the CameraServiceProxyWrapper into a class. by Austin Borger · 3 years, 3 months ago
  7. dd5845d Merge "Delete support for HIDL V3.8" into tm-d1-dev am: 72b41c745d am: 7db80f00d7 am: 0ec965d04a by Jayant Chowdhary · 3 years, 3 months ago
  8. d72f456 Merge "Camera: Avoid possible deadlock during R&C updates" into tm-dev am: 255c3d9084 am: c2e07a6de9 am: 6aeabdef36 am: d876b5d6c9 by TreeHugger Robot · 3 years, 3 months ago
  9. 72b41c7 Merge "Delete support for HIDL V3.8" into tm-d1-dev by Jayant Chowdhary · 3 years, 3 months ago
  10. 58aa9c1 Camera: Avoid possible deadlock during R&C updates by Emilian Peev · 3 years, 3 months ago
  11. ffc5d68 Delete support for HIDL V3.8 by Jayant Chowdhary · 3 years, 4 months ago
  12. ba4947a Merge "Camera: Enable the rotate&crop heuristics in the legacy shim layer" into tm-dev am: ba81ad8551 am: befa4ba1f2 by TreeHugger Robot · 3 years, 4 months ago
  13. 13f35ad Camera: Enable the rotate&crop heuristics in the legacy shim layer by Emilian Peev · 3 years, 4 months ago
  14. aeb20dc Add disable/enable camera service watchdog feature by Ravneet · 3 years, 5 months ago
  15. eb0169f cameraserver: Modified rules for different kinds of system cameras. by Jayant Chowdhary · 3 years, 7 months ago
  16. 5104fe9 Camera: Update the output stream transformation on logical devices by Emilian Peev · 3 years, 11 months ago
  17. d4abdf7 Camera: Filter small JPEG sizes based on targetSdkVersion by Shuzhen Wang · 4 years, 3 months ago
  18. 8b64f28 Camera: Handle display configuration change events by Emilian Peev · 4 years, 5 months ago
  19. 33d09ca Camera: Pause callback during stopPreview() by Jasmine Chen · 4 years, 7 months ago
  20. 305cec6 Camera muting via sensor test pattern by Eino-Ville Talvala · 4 years, 10 months ago
  21. f481670 Camera: Remove "camera3.h" dependencies by Emilian Peev · 5 years ago
  22. 316781a Camera: Pass system health metrics to ServiceProxy by Shuzhen Wang · 5 years ago
  23. d1bd7d5 Merge "Camera: Check for failing request ids when syncing with device" into rvc-dev am: c166ca1e91 am: f53da41cfd am: e6a45a7d93 by TreeHugger Robot · 5 years ago
  24. 4746fff Camera: Check for failing request ids when syncing with device by Emilian Peev · 5 years ago
  25. 28dcd1c Camera: don't stop preview on disconnecting device by Yin-Chia Yeh · 6 years ago
  26. 3bdd6d9 Merge "Camera: don't stop preview on disconnecting device" am: fd2fb97a3f am: 800c4f39af by Treehugger Robot · 5 years ago
  27. b3f7cd2 Use std::optional for nullable by Jooyung Han · 6 years ago
  28. df14304 Camera: don't stop preview on disconnecting device by Yin-Chia Yeh · 6 years ago
  29. f2e3709 CameraService: Implement SCALER_ROTATE_AND_CROP_AUTO, part 1 by Eino-Ville Talvala · 6 years ago
  30. 9e648f6 Pipe through featureId from context to Camera code by Philip P. Moltmann · 6 years ago
  31. cfab4e1 Camera: update camera audio restriction API by Yin-Chia Yeh · 6 years ago
  32. 2a8e283 Camera: Wait until the current request id appears in the results by Emilian Peev · 6 years ago
  33. dba0323 Camera: implement camera audio restriction API by Yin-Chia Yeh · 6 years ago
  34. 0d2fa08 Camera: notify captureSequener errors by Yin-Chia Yeh · 7 years ago
  35. 7e5a204 Camera: rework API1 shim takePicture retry logic by Yin-Chia Yeh · 7 years ago
  36. 6e2ba3f Camera: Avoid device sync during capture if possible by Emilian Peev · 7 years ago
  37. b5be68e Merge "Fix implicit fallthrough warnings." am: fe9d6ef9f3 am: 0085e651da by Chih-Hung Hsieh · 7 years ago
  38. 0085e65 Merge "Fix implicit fallthrough warnings." am: fe9d6ef9f3 by Chih-Hung Hsieh · 7 years ago
  39. 5ff7710 Fix implicit fallthrough warnings. by Chih-Hung Hsieh · 7 years ago
  40. 1236193 cameraserver: Wrap calls to IPCThreadState functions to factor in different transports. by Jayant Chowdhary · 7 years ago
  41. c524813 Camera: fix race issue in Camera2 clients by Yin-Chia Yeh · 7 years ago
  42. e1655e5 Merge "Camera: skip unnecessary reconfig" am: b9e732b490 am: f694dc1b4a by Yin-Chia Yeh · 7 years ago
  43. d8e185c Camera: skip unnecessary reconfig by Yin-Chia Yeh · 7 years ago
  44. 06fcfb0 Camera: Play shutter sound in absence of CAMERA_MSG_SHUTTER by Shuzhen Wang · 7 years ago
  45. 8632552 Camera: skip unnecessary reconfig by Yin-Chia Yeh · 7 years ago
  46. b131f4a Camera: Use default focal length in template to derive FOV by Shuzhen Wang · 7 years ago
  47. 53eea85 Camera: Use face priority scene as default by Emilian Peev · 7 years ago
  48. 693047d Camera: stop streaming before deleting jpeg stream by Yin-Chia Yeh · 7 years ago
  49. 7dc2089 Merge "Camera: Cache monitored tag options in service" by TreeHugger Robot · 8 years ago
  50. c3e9d6f Camera: expose external camera to API1 by Yin-Chia Yeh · 8 years ago
  51. bd8c503 Camera: Cache monitored tag options in service by Emilian Peev · 8 years ago
  52. a936ac2 camera: Drop pending preview for enableZsl shots by Chien-Yu Chen · 8 years ago
  53. fa52c0f camera: Use device level ZSL if supported by Chien-Yu Chen · 8 years ago
  54. f53f66e Camera: Cleanup 'CameraModule' dependend code by Emilian Peev · 8 years ago
  55. b5df547 Camera: HAL1 recording batching support by Yin-Chia Yeh · 8 years ago
  56. dce65c8 Camera: fix API1 HAL3 path by Yin-Chia Yeh · 9 years ago
  57. 2f09bac Camera: Update camera service to use new HIDL HALs, part 1 by Eino-Ville Talvala · 9 years ago
  58. 7fd5bdb fix warning The left operand of '!=' is a garbage value by Yunlian Jiang · 9 years ago
  59. 8b0b971 Fix clang-tidy warnings in camera. by Chih-Hung Hsieh · 9 years ago
  60. c451d0f Camera: API1: Improve ZSL mode activation heuristics by Eino-Ville Talvala · 9 years ago
  61. 2d13b1d Camera: Fix passing video native handle for 64-bit app by Chien-Yu Chen · 9 years ago
  62. d56db1d Camera: Switch camera2 to auto-gen C++ binder interfaces by Eino-Ville Talvala · 10 years ago
  63. 98a668f Camera: Fix client permission check by Chien-Yu Chen · 10 years ago
  64. c73e041 Camera: Disallow dumping clients directly am: c400396525 am: 795243686f am: fb5043a703 am: 3a0d1df37d am: f0b0a7c7bb by Eino-Ville Talvala · 10 years ago
  65. 7952436 Camera: Disallow dumping clients directly am: c400396525 by Eino-Ville Talvala · 10 years ago
  66. c400396 Camera: Disallow dumping clients directly by Eino-Ville Talvala · 10 years ago
  67. 8cca075 Camera: Support BufferQueue between Camera and StageFright by Chien-Yu Chen · 10 years ago
  68. d309fb9 CameraService: Remove device HALv2 support, other cleanup by Eino-Ville Talvala · 10 years ago
  69. 82104eb Camera: Add video recording stop sound by Chien-Yu Chen · 10 years ago
  70. 412fe56 CameraService: Notify camera service proxy of device status by Eino-Ville Talvala · 10 years ago
  71. 355d9c6 Camera2Client: handle slower jpeg stream sensor by Yin-Chia Yeh · 11 years ago
  72. 727d172 CameraService: Add consumer name to output stream dumpsys by Eino-Ville Talvala · 10 years ago
  73. d46a6b9 Camera1 API: Support SW encoders for new camera HALs by Eino-Ville Talvala · 10 years ago
  74. 216db74 Camera: API1 shim: notify shutter correctly by Yin-Chia Yeh · 10 years ago
  75. d6b01f2 Merge "camera: Actually pass device errors to client for Camera2Device." by Ruben Brunk · 10 years ago
  76. a485dfe camera: Actually pass device errors to client for Camera2Device. by Ruben Brunk · 10 years ago
  77. f2d1e4d Camera2Client: support HAL version 3.3 by Zhijun He · 10 years ago
  78. cc77671 camera2: Add camera client eviction enforcement. by Ruben Brunk · 11 years ago
  79. a97dfeb Camera: Remove RAW_SENSOR in favor of RAW16 by Eino-Ville Talvala · 11 years ago
  80. e074a93 CameraService: intercept Camera module by Yin-Chia Yeh · 11 years ago
  81. 045513f am 0fd52ac2: am 6eac9e2f: Merge "Camera2Client: flush requests in stopPreviewL" into lmp-mr1-dev by Chien-Yu Chen · 11 years ago
  82. 2cec0df Camera2Client: flush requests in stopPreviewL by Ruchit Sharma · 11 years ago
  83. a848844 am cb79b3db: am 03181012: Merge "Camera2Client: remove recording stream if necessary" into lmp-mr1-dev by Yin-Chia Yeh · 11 years ago
  84. 092d49c Camera2Client: remove recording stream if necessary by Yin-Chia Yeh · 11 years ago
  85. 77e79a5 resolved conflicts for merge of e78a27ca to lmp-mr1-dev-plus-aosp by Marco Nelissen · 11 years ago
  86. f888020 Update calls to IInterface::asBinder() by Marco Nelissen · 11 years ago
  87. 6e48af3 am 7b28e4e7: am 9527a598: Merge "Camera: Guard against asBinder() calls on NULL interfaces" by Eino-Ville Talvala · 11 years ago
  88. e992e75 Camera: Guard against asBinder() calls on NULL interfaces by Eino-Ville Talvala · 11 years ago
  89. 661c21d CameraService: Disconnect: Release mutex while waiting for joins. by Eino-Ville Talvala · 11 years ago
  90. 96ff5c4 Camera2Client: avoid two consecutive sets of configure_streams calls by Zhijun He · 11 years ago
  91. dc2e6dd Camera2Client: Revert HALv2 device behavior back to MR2 by Eino-Ville Talvala · 11 years ago
  92. f79f8ca Camera2Client: log an error when autoFocus is called in wrong state by Zhijun He · 11 years ago
  93. d3c5b08 Camera2: handle one more videosnapshot failure by Yin-Chia Yeh · 11 years ago
  94. a53021f Camera2: fix 4K recording by Yin-Chia Yeh · 11 years ago
  95. dec84fb Camera2: improve ZSL candidate selection logic by Yin-Chia Yeh · 11 years ago
  96. 4bcbb07 Merge "camera2: Fix video snapshot for HAL 2.* devices." into lmp-dev by Ruben Brunk · 11 years ago
  97. 6551e1e camera2: Fix video snapshot for HAL 2.* devices. by Ruben Brunk · 11 years ago
  98. 3ea3fcd Camera2: reconfigure video snapshot size if needed by Yin-Chia Yeh · 11 years ago
  99. a858ea0 camera: Allow shutter sounds to be disabled from camera2 api by Igor Murashkin · 11 years ago
  100. ebe865b camera: Allow Camera#getParameters to be called by mediaserver anytime by Igor Murashkin · 11 years ago