1. 7146ced Add AUTOFRAMING_AUTO mode by Bharatt Kukreja · 2 years, 10 months ago
  2. 9e2b27c Create API for reporting color space support to Camera2 framework consumers. by Austin Borger · 3 years, 1 month ago
  3. 79b3f99 Merge "cameraserver: Fix HIDL vs AIDL CameraBlobId discrepancy; Move HIDL into seperate source files." into tm-dev am: 63d2f56ba2 am: a3c1ef7303 by Jayant Chowdhary · 3 years, 3 months ago
  4. c67af1b cameraserver: Fix HIDL vs AIDL CameraBlobId discrepancy; Move HIDL into seperate source files. by Jayant Chowdhary · 3 years, 4 months ago
  5. aeb20dc Add disable/enable camera service watchdog feature by Ravneet · 3 years, 4 months ago
  6. 8ed1e87 Camera: Use 64 bit for stream use case by Shuzhen Wang · 3 years, 5 months ago
  7. c81a759 Camera: Switch dynamic range profiles to 64bit values by Emilian Peev · 3 years, 6 months ago
  8. 610d7b8 Camera: Plumb through stream mirroring mode by Shuzhen Wang · 3 years, 6 months ago
  9. e420892 Camera: Add timestamp base in OutputConfiguration by Shuzhen Wang · 3 years, 6 months ago
  10. c8ab452 Camera: Add stream use case API by Shuzhen Wang · 3 years, 8 months ago
  11. 2295df7 Camera: Add 10-bit dynamic range support by Emilian Peev · 3 years, 9 months ago
  12. 4157179 Merge "Use physical camera characteristics for various buffer size calculations for physical streams." into sc-v2-dev am: 013c8046e7 am: 650e2751be by Jayant Chowdhary · 3 years, 8 months ago
  13. 6a6d3a8 Use physical camera characteristics for various buffer size calculations for physical streams. by Jayant Chowdhary · 3 years, 9 months ago
  14. 5550726 Merge "Camera: Override test pattern mode for physical settings keys" into sc-v2-dev am: 3ba0867792 am: 61102572af by Shuzhen Wang · 3 years, 9 months ago
  15. 911c6a3 Camera: Override test pattern mode for physical settings keys by Shuzhen Wang · 3 years, 10 months ago
  16. 7e53cad Add 'watch' command to CameraService by Avichal Rakesh · 3 years, 10 months ago
  17. d3a0531 DynamicCamera: Inject the camera from CameraService to Camera3Device by Cliff Wu · 4 years, 3 months ago
  18. 13f9b2f cameraserver: Add HAL plumbing + capture request verification for quad bayer sensor apis. by Jayant Chowdhary · 4 years, 8 months ago
  19. 83bff12 Camera: Add support for multi-resolution input and output streams by Shuzhen Wang · 4 years, 9 months ago
  20. 305cec6 Camera muting via sensor test pattern by Eino-Ville Talvala · 4 years, 9 months ago
  21. f481670 Camera: Remove "camera3.h" dependencies by Emilian Peev · 5 years ago
  22. abbcb6b Camera: Add debug code to dump JPEG images by Shuzhen Wang · 4 years, 8 months ago
  23. e867578 Camera3: Add flush support to HEIC composite streams by Shuzhen Wang · 6 years ago
  24. faa4bde Camera: Various offline processing fixes by Emilian Peev · 6 years ago
  25. f2e3709 CameraService: Implement SCALER_ROTATE_AND_CROP_AUTO, part 1 by Eino-Ville Talvala · 6 years ago
  26. cc0b795 Camera: Propagate all offline stream ids to clients by Emilian Peev · 6 years ago
  27. 5fd603e Camera: fill in Camera3Device offline processing impl by Yin-Chia Yeh · 6 years ago
  28. b978c38 Camera: add offline session API skeleton by Yin-Chia Yeh · 6 years ago
  29. 2a8e283 Camera: Wait until the current request id appears in the results by Emilian Peev · 6 years ago
  30. 2e7f58f Camera: Use physical camera's capability for physical stream check by Shuzhen Wang · 7 years ago
  31. bd8c503 Camera: Cache monitored tag options in service by Emilian Peev · 7 years ago
  32. 00420d2 Camera: Allow streaming requests with individual physical settings by Emilian Peev · 8 years ago
  33. aebbe41 camera: Support multiple physical camera requests by Emilian Peev · 8 years ago
  34. c28189a Camera: Add physicalCameraId to OutputConfiguration by Shuzhen Wang · 8 years ago
  35. 5fbe0ba Camera: Add support for session parameters by Emilian Peev · 8 years ago
  36. a936ac2 camera: Drop pending preview for enableZsl shots by Chien-Yu Chen · 8 years ago
  37. 40ead60 Add support for dynamic shared output surfaces by Emilian Peev · 8 years ago
  38. 91cd3f8 Camera service: Add support for camera.device@3.3 by Eino-Ville Talvala · 8 years ago
  39. 710c142 Camera: Avoid stream re-configuration when format gets overridden by Emilian Peev · 8 years ago
  40. 050f5dc Camera: Switch usage flags to 64-bit unsigned by Emilian Peev · 8 years ago
  41. f53f66e Camera: Cleanup 'CameraModule' dependend code by Emilian Peev · 8 years ago
  42. 08dd245 Camera: Make device related code version agnostic by Emilian Peev · 8 years ago
  43. be83fa7 Camera: add buffer freed notification interface by Yin-Chia Yeh · 8 years ago
  44. bbbbe84 Camera: Allow direct selection of operating mode by Eino-Ville Talvala · 8 years ago
  45. 758c215 Camera: Combine handling of deferred surface and shared surface by Shuzhen Wang · 9 years ago
  46. 0129d52 camera2: Add support for secondary surface for stream by Shuzhen Wang · 9 years ago
  47. 0b1cb14 Camera: Update camera service to use new HIDL HALs, part 2 by Eino-Ville Talvala · 9 years ago
  48. 2f09bac Camera: Update camera service to use new HIDL HALs, part 1 by Eino-Ville Talvala · 9 years ago
  49. 9d06601 Camera2: Add onCaptureQueueEmpty callback by Shuzhen Wang · 9 years ago
  50. e1c8063 Camera: use wp for NotificationListener by Yin-Chia Yeh · 9 years ago
  51. 5d677d1 Camera3: add deferred surface support by Zhijun He · 9 years ago
  52. e8c535e Camera: Stop repeating request if its output is abandoned by Chien-Yu Chen · 9 years ago
  53. b0fdc1e Camera: Retry JPEG capture if buffer is dropped. by Shuzhen Wang · 9 years ago
  54. d56db1d Camera: Switch camera2 to auto-gen C++ binder interfaces by Eino-Ville Talvala · 10 years ago
  55. 125684a Camera3: add camera3 buffer manager support by Zhijun He · 10 years ago
  56. c78ac26 Add experimental camera session prepare API. by Ruben Brunk · 10 years ago
  57. b25e3c8 Camera: Add hidden experimental tearDown method. by Eino-Ville Talvala · 10 years ago
  58. 727d172 CameraService: Add consumer name to output stream dumpsys by Eino-Ville Talvala · 10 years ago
  59. d46a6b9 Camera1 API: Support SW encoders for new camera HALs by Eino-Ville Talvala · 10 years ago
  60. 1fa8999 Camera2: implement high speed video APIs by Zhijun He · 10 years ago
  61. 4d44cad Camera2: Add prepare for output streams by Eino-Ville Talvala · 10 years ago
  62. 618ff8a camera2: add reprocess support by Chien-Yu Chen · 10 years ago
  63. b97babb Camera: plumbing rotation field through by Yin-Chia Yeh · 10 years ago
  64. 3d82c0d Camera: Wire up dataSpace, clean up ICameraDeviceUser by Eino-Ville Talvala · 10 years ago
  65. e074a93 CameraService: intercept Camera module by Yin-Chia Yeh · 11 years ago
  66. e2d167e camera: Configure streams immediately when API2 does configuration by Igor Murashkin · 11 years ago
  67. 28c9b6f Camera2/3: Cleanup the jpeg buffer size calcaulation logic by Zhijun He · 11 years ago
  68. 204e329 Camera HAL3: migrate from partial quirks to partial result by Zhijun He · 11 years ago
  69. 0ea8fa4 Camera3: Add capture intent for ZSL capture by Zhijun He · 11 years ago
  70. cb0652e CameraService: trigger appropriate callbacks for burst capture. by Jianing Wei · 11 years ago
  71. 90e59c9 CameraService: Add support for burst capture and repeating burst. by Jianing Wei · 11 years ago
  72. f1e98d8 Camera API 2, Device 2/3: Implement idle and shutter callbacks by Eino-Ville Talvala · 12 years ago
  73. abaa51d Camera2: Add flush support by Eino-Ville Talvala · 12 years ago
  74. 7b82efe Camera: Rename new API to camera2, rearrange camera service by Eino-Ville Talvala · 12 years ago[Renamed from services/camera/libcameraservice/CameraDeviceBase.h]
  75. 46910bd Camera2/3: Fix deadlock when starting recording before preview. by Eino-Ville Talvala · 12 years ago
  76. 7138105 (Camera)FrameProcessor: Refactor to share code with ProFrameProcessor by Igor Murashkin · 12 years ago
  77. 7fa43f3 Camera: Start of support for version 3.0 of camera device HAL by Eino-Ville Talvala · 13 years ago