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