1. 36597b2 camera2: Enforce client eviction on user switch. by Ruben Brunk · 11 years ago
  2. 525907a Merge "Camera: fix metadata assertion" by Yin-Chia Yeh · 11 years ago
  3. 54298b3 Camera: fix metadata assertion by Yin-Chia Yeh · 11 years ago
  4. 9efdf95 camera2: Remove ProCamera. by Ruben Brunk · 11 years ago
  5. ae21e33 Merge "Camera: plumbing rotation field through" by Yin-Chia Yeh · 11 years ago
  6. d58b2ac Merge "camera2: Add camera client eviction enforcement." by Ruben Brunk · 11 years ago
  7. cc77671 camera2: Add camera client eviction enforcement. by Ruben Brunk · 11 years ago
  8. b97babb Camera: plumbing rotation field through by Yin-Chia Yeh · 11 years ago
  9. 3d82c0d Camera: Wire up dataSpace, clean up ICameraDeviceUser by Eino-Ville Talvala · 11 years ago
  10. 88da526 camera: fix flashlight implementation for HAL v2 by Chien-Yu Chen · 11 years ago
  11. 3068d73 camera: implement flashlight control by Chien-Yu Chen · 11 years ago
  12. 04f101c Add a BufferItem parameter to onFrameAvailable by Dan Stoza · 11 years ago
  13. 1754351 CameraService: Correct API2 error handling by Eino-Ville Talvala · 11 years ago
  14. 0b88a62 camera: Fix setParameters for Preview FPS single/range values by Igor Murashkin · 12 years ago
  15. 204e329 Camera HAL3: migrate from partial quirks to partial result by Zhijun He · 11 years ago
  16. 5698d44 camera2: Set orientation flags for hardware composer. by Ruben Brunk · 12 years ago
  17. b10cdad cameraservice: Implement HAL1 and higher HAL API coexistence by Zhijun He · 12 years ago
  18. 65d14b9 camera: Add #getLegacyParameters, #supportsCameraApi to ICameraService by Igor Murashkin · 12 years ago
  19. b2119af camera2: Update CameraService for HAL1 shim. by Ruben Brunk · 12 years ago
  20. f81648e camera3: Update CameraMetadata vendor tag handling. by Ruben Brunk · 12 years ago
  21. 6770260 Revert "camera3: Update CameraMetadata vendor tag handling." by Ruben Brunk · 12 years ago
  22. 4764324 camera3: Update CameraMetadata vendor tag handling. by Ruben Brunk · 12 years ago
  23. 2d6bb3f CameraService: fix race condition and wrong last frame number. by Jianing Wei · 12 years ago
  24. cb0652e CameraService: trigger appropriate callbacks for burst capture. by Jianing Wei · 12 years ago
  25. 1cebdb7 Revert "camera: Fix setParameters for Preview FPS single/range values" by Eino-Ville Talvala · 12 years ago
  26. 9078a1b camera: Fix setParameters for Preview FPS single/range values by Igor Murashkin · 12 years ago
  27. e1445da camera2: Don't log vendor tag errors when camera HAL too old by Igor Murashkin · 12 years ago
  28. d1176ef camera3: Pass vendor tags through binder. by Ruben Brunk · 12 years ago
  29. fd6ecdd Camera HAL3/API1: Add support for the partial result quirk. by Eino-Ville Talvala · 12 years ago
  30. f1e98d8 Camera API 2, Device 2/3: Implement idle and shutter callbacks by Eino-Ville Talvala · 12 years ago
  31. 2b59be8 Camera: Implement getCameraCharacteristics by Zhijun He · 12 years ago
  32. abaa51d Camera2: Add flush support by Eino-Ville Talvala · 12 years ago
  33. 4b820b0 Camera1: Rename setPreviewTexture to ...Target for clarity by Eino-Ville Talvala · 12 years ago
  34. 1ce7c34 Camera1: Set preview to be asynchronous, and remove dead code by Eino-Ville Talvala · 12 years ago
  35. 0f61d8f Refactor CameraService to handle errors properly. by Ruben Brunk · 12 years ago
  36. 7b82efe Camera: Rename new API to camera2, rearrange camera service by Eino-Ville Talvala · 12 years ago
  37. 2ab500c camera2: Implement ICameraDeviceUser::waitUntilIdle by Zhijun He · 12 years ago
  38. 099b457 camera2: Implement ICameraDeviceUser::getCameraInfo by Igor Murashkin · 12 years ago
  39. e7ee763 Initial implementation of android.hardware.photography.CameraDevice (service) by Igor Murashkin · 13 years ago
  40. bef3f23 camera: Make some binder interfaces compatible with AIDL by Igor Murashkin · 13 years ago
  41. 3ee3550 Camera: Add preview callback surface support by Eino-Ville Talvala · 13 years ago
  42. 3b53bc9 Camera: Add input side to camera3 HAL device by Eino-Ville Talvala · 13 years ago
  43. cba2c16 Camera: Add hotplug support (for fixed # of cameras) by Igor Murashkin · 13 years ago
  44. b652df6 ICameraServiceListener.h: Add STATUS_ENUMERATING enum by Igor Murashkin · 13 years ago
  45. 99617ad remove uses of Surface in favor or IGraphicBufferProducer by Mathias Agopian · 13 years ago
  46. fa4cf9d (Camera)ProCamera: Remove unused functions from binder interface by Igor Murashkin · 13 years ago
  47. ba5ca4e ProCamera: Add CpuConsumer asynchronous mode support by Igor Murashkin · 13 years ago
  48. bfc9915 Camera: Drop ProCamera connections when a Camera connection happens by Igor Murashkin · 13 years ago
  49. c073ba5 camera_client: refactor Camera/ProCamera commonalities into BasicCamera by Igor Murashkin · 13 years ago
  50. ceb388d CameraService and Stagefright: Support AppOps by Eino-Ville Talvala · 13 years ago
  51. 4bc4a38 ProCamera: Fix waitForFrameBuffer not handling multiple outstanding frames by Igor Murashkin · 13 years ago
  52. a140a6e ProCamera: add waitForFrameBuffer/waitForFrameResult blocking calls by Igor Murashkin · 13 years ago
  53. 7b33a74 ProCamera: Add getInfo for getting static metadata (and a test) by Igor Murashkin · 13 years ago
  54. a91537e Camera: ProCamera - implement onResultReceived callback for metadata callbacks by Igor Murashkin · 13 years ago
  55. 5835cc4 Camera: ProCamera - add createStreamCpu and unit test by Igor Murashkin · 13 years ago
  56. 76f8b43 Camera: Change ProCamera to take IGraphicBufferProducer by Igor Murashkin · 13 years ago
  57. 985fd30 Camera: ProCamera2Client - add createStream (service is stubbed) and unit test by Igor Murashkin · 13 years ago
  58. 68506fd Camera: ProCamera - add createStream stub and unit test for it by Igor Murashkin · 13 years ago
  59. 5376573 Camera: ProClient add asynchronous locks and such by Igor Murashkin · 13 years ago
  60. 634a515 Camera: Add ProCamera private binder interface for an API2-light functionality by Igor Murashkin · 13 years ago
  61. 1d88023 Camera: Add unit test infrastructure for libcameraclient by Igor Murashkin · 13 years ago
  62. fc42642a Camera: Add exists function to CameraMetadata by Igor Murashkin · 13 years ago
  63. 7efa520 Camera: Move CameraMetadata.h from service to client library by Igor Murashkin · 13 years ago
  64. 8ba0102 Rename ISurfaceTexture and SurfaceTexture by Andy McFadden · 13 years ago
  65. c61b2aa Camera: Add HDR scene mode constants. by Eino-Ville Talvala · 13 years ago
  66. e538206 Camera2: Add a burst mode skeleton. by James Painter · 13 years ago
  67. f6d9696 Camera: Add OPAQUE pixel format to CameraParameters by Eino-Ville Talvala · 13 years ago
  68. c2d6427 Move CameraParameters header to join rest of camera library. by Eino-Ville Talvala · 14 years ago
  69. 08ad5ef Remove new camera connect API. by Wu-cheng Li · 14 years ago
  70. 49f306f Merge "Add a new camera open API that allows taking the ownership." by Wu-cheng Li · 14 years ago
  71. 2fd2440 Add a new camera open API that allows taking the ownership. by Wu-cheng Li · 14 years ago
  72. 54cb278 Move CameraParameters.h to frameworks/native. by Eino-Ville Talvala · 14 years ago
  73. df712ea fix libgui header location by Mathias Agopian · 14 years ago
  74. 597f405 Update camera continuous autofocus javadoc. by Wu-cheng Li · 14 years ago
  75. bbdb412 Improve camera javadoc and fix some errors. by Wu-cheng Li · 14 years ago
  76. 7019d22 Add video stabilization control to Camera parameters. by Eino-Ville Talvala · 14 years ago
  77. ca1d539 Update camera javadoc about AE and AWB lock. by Wu-cheng Li · 14 years ago
  78. a8e409f Add video snapshot camera parameter. by Wu-cheng Li · 14 years ago
  79. ab3f138 Add new camera focus mode FOCUS_MODE_CONTINUOUS_PICTURE. by Wu-cheng Li · 14 years ago
  80. 79e2ab4 Add camera bayer image format. by Wu-cheng Li · 14 years ago
  81. 57c8618 Pass camera frame metadata from camera service to Java. by Wu-cheng Li · 14 years ago
  82. 40cdc56 Add camera recording hint parameter. by Wu-cheng Li · 14 years ago
  83. 7fc25dd Add camera face detection API. by Wu-cheng Li · 14 years ago
  84. 4ca2c7c Add framework support for camcorder zoom. by Wu-cheng Li · 15 years ago
  85. 6e49bd3 Merge "Improve android.hardware.Camera.Area javadoc." by Wu-cheng Li · 15 years ago
  86. 0c08325 Improve android.hardware.Camera.Area javadoc. by Wu-cheng Li · 15 years ago
  87. 5e7271d CameraParameters: add PIXEL_FORMAT_RGBA8888 by Iliyan Malchev · 15 years ago
  88. fd99e1d Add auto-white balance locking to the Camera API. by Eino-Ville Talvala · 15 years ago
  89. 8951a97 frameworks/base: switch CameraService to a HAL module by Iliyan Malchev · 15 years ago
  90. 9e62652 frameworks/base: include system/core header camera.h in Camera.h by Iliyan Malchev · 15 years ago
  91. 95fbf2c Add an auto-exposure lock feature to the Camera API. by Eino-Ville Talvala · 15 years ago
  92. 44ada65 Clarify the meaning of weight in the focus and metering area HAL. by Eino-Ville Talvala · 15 years ago
  93. 38ecadb Add camera metering area API. by Wu-cheng Li · 15 years ago
  94. a1c3d37 Add camera focus area API. by Wu-cheng Li · 15 years ago
  95. 108dddf frameworks/base: some camera-interface cleanup by Iliyan Malchev · 15 years ago
  96. 6f7a293 Merge "Add YV12 preview format to camera parameter constants." by Wu-cheng Li · 15 years ago
  97. d42c6e8 Add YV12 preview format to camera parameter constants. by Wu-cheng Li · 15 years ago
  98. e468ac5 Application-managed callback buffer support for raw image by James Dong · 15 years ago
  99. bfa33aa Add camera service support for SurfaceTexture. by Jamie Gennis · 15 years ago
  100. e661567 Fixed a typo in the enum for unknown camera error message by James Dong · 15 years ago