1. ea49f4b commandStartFaceDetectionL returned the wrong value when face detection is not supported by the HAL. by Ziv Hendel · 12 years ago
  2. 9ab909b Camera: Make ProCamera connect take the same paths as Camera connect by Igor Murashkin · 12 years ago
  3. 7138105 (Camera)FrameProcessor: Refactor to share code with ProFrameProcessor by Igor Murashkin · 12 years ago
  4. a2e203b CameraService: Refactor Camera2Client to share a base with ProCameraClient by Igor Murashkin · 12 years ago
  5. 7fa43f3 Camera: Start of support for version 3.0 of camera device HAL by Eino-Ville Talvala · 12 years ago
  6. 48af7e8 CameraService and Stagefright: Support AppOps by Eino-Ville Talvala · 12 years ago
  7. a684366 replace getISurfaceTexture by getIGraphicBufferProducer by Mathias Agopian · 12 years ago
  8. b1e7cd1 Refactoring: Rename SurfaceTextureClient to Surface by Mathias Agopian · 12 years ago
  9. 484566c Rename ISurfaceTexture and SurfaceTexture by Andy McFadden · 12 years ago
  10. 2d2b40b Camera2: fix metadata symbols by Igor Murashkin · 13 years ago
  11. 7242152 Fix master build. by Ben Murdoch · 13 years ago
  12. a10f9b0 am b8fa1240: am aa9e3e01: Camera: Play shutter sound iff enableShutterSound(true) && ShutterCallback !null by Igor Murashkin · 13 years ago
  13. 786a8da Camera: Play shutter sound iff enableShutterSound(true) && ShutterCallback !null by Igor Murashkin · 13 years ago
  14. ebe3f69 Camera2: Compile with warnings, fix warnings by Igor Murashkin · 13 years ago
  15. 1d838ce Camera2: Don't hold locks while waiting to sync. by Eino-Ville Talvala · 13 years ago
  16. b66e9d6 Camera2: Increase mode update timeout. by Eino-Ville Talvala · 13 years ago
  17. c0fdb98 Camera2: Fix potential deadlock by Eino-Ville Talvala · 13 years ago
  18. 65dc3fc Camera2: Improve quirks focusing behavior. by Eino-Ville Talvala · 13 years ago
  19. f1a6e0d Camera2: When focus is already locked in CAF mode, do not trigger HAL. by Eino-Ville Talvala · 13 years ago
  20. 411ddcc Camera2: Don't error out of startPreview when already recording. by Eino-Ville Talvala · 13 years ago
  21. cfee40e Camera2: Don't let unlocks happen during recording. by Eino-Ville Talvala · 13 years ago
  22. 6170488 Camera: Limit valid caller PIDs for camera clients. by Eino-Ville Talvala · 13 years ago
  23. 5b44bee Camera2: Call onAutoFocus immediately for fixed-focus cameras by Igor Murashkin · 13 years ago
  24. e049384 Camera2: On stopping preview, wait until captures are completed. by Eino-Ville Talvala · 13 years ago
  25. 3dcdc3d Camera2: Unconditionally shut down streams on disconnect. by Eino-Ville Talvala · 13 years ago
  26. 3a6e453 Camera2: Fix metering regions to take into account the current zoom/crop region by Igor Murashkin · 13 years ago
  27. 4c84370 Camera2: Use the triggerAfWithAuto quirk by Eino-Ville Talvala · 13 years ago
  28. 4c9eb71 Camera2: Synchronize mode changes and triggers by Eino-Ville Talvala · 13 years ago
  29. 8dcdb95 Camera2: Handle client processes dying by closing camera resources by Igor Murashkin · 13 years ago
  30. 0cb290b Camera2: Don't change state when reconnect is called by Igor Murashkin · 13 years ago
  31. 596cb97 Camera2: Use ZSL format quirk. by Eino-Ville Talvala · 13 years ago
  32. c85f826 Camera2: Use scene mode override parameter by Eino-Ville Talvala · 13 years ago
  33. 43cbdc5 Camera2: Refactor preview/recording management to separate class. by Eino-Ville Talvala · 13 years ago
  34. 71d6454 Camera2: Re-entering preview state on v2 Device by Alex Ray · 13 years ago
  35. 852c381 Camera2: Debug and logging fixes. by Eino-Ville Talvala · 13 years ago
  36. 7adb52f Camera2: Clean up startup/shutdown sequences. by Eino-Ville Talvala · 13 years ago
  37. 2274549 Camera2: ZSL: Do regular capture if AE is not satisfied. by Eino-Ville Talvala · 13 years ago
  38. c33e4b5 Camera2: Configure ZSL at the right time. by Eino-Ville Talvala · 13 years ago
  39. 587879f Camera2: Temporarily stop pre-allocation of recording stream. by Eino-Ville Talvala · 13 years ago
  40. fe140e8 Fix build by James Painter · 13 years ago
  41. c3dbf1a Camera2: Add a burst mode skeleton. by James Painter · 13 years ago
  42. f98cbbe Camera2: Use the recordingHint parameter. by Eino-Ville Talvala · 13 years ago
  43. 7d8b92b Camera2: Delete all streams and stop all threads during shutdown. by Eino-Ville Talvala · 13 years ago
  44. 3357883 Camera2: Play shutter and recording sounds. by Eino-Ville Talvala · 13 years ago
  45. 69230df Camera2: Basic ZSL and precapture trigger support. by Eino-Ville Talvala · 13 years ago
  46. 2863918 Camera2: Move preview callback processing to its own thread. by Eino-Ville Talvala · 13 years ago
  47. 177bd34 Camera2: Move still capture processing to separate thread. by Eino-Ville Talvala · 13 years ago
  48. a16733e Camera2: Factor out FrameProcessor. by Eino-Ville Talvala · 13 years ago
  49. 2e19c3c Camera2: Factor out Camera2Client::Parameters by Eino-Ville Talvala · 13 years ago
  50. f17b6cf Camera2: Fix metering/focusing region coordinates, minor bugs by Eino-Ville Talvala · 13 years ago
  51. c8474b6 Camera2: Move frame processing to its own thread. by Eino-Ville Talvala · 13 years ago
  52. cab96a4 Camera2: Use CameraMetadata wrapper class. by Eino-Ville Talvala · 13 years ago
  53. 30e65e7 Camera2: Replace MediaConsumer with BufferItemConsumer. by Eino-Ville Talvala · 13 years ago
  54. 76dc8da Camera2: Ignore NOT_FOUND errors for face detect mode on frame receipt. by Eino-Ville Talvala · 13 years ago
  55. 228a538 Camera2: Add support for preview callbacks by Eino-Ville Talvala · 13 years ago
  56. 3cc8979 Camera2: Fix SCENE_MODE by Eino-Ville Talvala · 13 years ago
  57. 8ce89d9 Camera2: Skeleton for output frame processing, plus face detect by Eino-Ville Talvala · 13 years ago
  58. 603b12e Camera2: Swap AF notification order, minor bug fix. by Eino-Ville Talvala · 13 years ago
  59. 174181e Camera2: Add trigger support, and implement autofocus by Eino-Ville Talvala · 13 years ago
  60. 8da4cd7 Fix a deadlock in commandSetVideoBufferCountL() by James Dong · 13 years ago
  61. 160d4af Camera2: Add notification handling skeleton. by Eino-Ville Talvala · 13 years ago
  62. 36cdfb1 Camera2: Break out individual commands by Eino-Ville Talvala · 13 years ago
  63. 983cf23 Dynamically configure the number of video buffers used by camera source, if supported by James Dong · 13 years ago
  64. d6f8e08 Camera2: Fix exposure compensation step value. by Eino-Ville Talvala · 13 years ago
  65. 3a60914 Camera2: Check PIDs to ensure camera exclusive access. by Eino-Ville Talvala · 13 years ago
  66. 428b77a Camera2: Improve formatting of debugging dump by Eino-Ville Talvala · 13 years ago
  67. 836b81f Camera2: Improve threading safety by Eino-Ville Talvala · 13 years ago
  68. 803cbf6 Camera2: Use more buffers for video encoding. by Eino-Ville Talvala · 13 years ago
  69. 78822d7 Camera2: Revamp recording support to allow opaque formats. by Eino-Ville Talvala · 13 years ago
  70. 2267106 Camera2: Stop preview: Wait until HAL is drained by Eino-Ville Talvala · 13 years ago
  71. 9e4c3db Camera2: Add more verbose logging by Eino-Ville Talvala · 13 years ago
  72. 898a9a9 Camera2: Fix recording bugs by Eino-Ville Talvala · 13 years ago
  73. 9cca4c6 Camera2: Add recording support by Eino-Ville Talvala · 13 years ago
  74. c94cd19 Camera2: Handle preview orientation changes. by Eino-Ville Talvala · 13 years ago
  75. be0573b Camera2: Connect camera parameters to HAL request entries. by Eino-Ville Talvala · 13 years ago
  76. 11b7cde Camera2: Minor parameter restructuring by Eino-Ville Talvala · 13 years ago
  77. 3297daa Camera2: Add more dump information, connect HAL device dump by Eino-Ville Talvala · 13 years ago
  78. 4ecfec3 Camera2: Improve error checking and debug logs. by Eino-Ville Talvala · 13 years ago
  79. d4bcfde Camera2: Still image support by Eino-Ville Talvala · 13 years ago
  80. bd47b7b Camera2: Minor bugfixes and cleanup by Eino-Ville Talvala · 13 years ago
  81. 6861a4e Camera2: Add setParameters call by Eino-Ville Talvala · 13 years ago
  82. ac45eb3 Camera2: Add basic concurrency guards. by Eino-Ville Talvala · 13 years ago
  83. 7f61084 Camera2: Add internal parameter state to dump. by Eino-Ville Talvala · 13 years ago
  84. 3cca136 Camera2: Use new param structure, improve static camera info queries by Eino-Ville Talvala · 13 years ago
  85. a189097 Camera2: Switch to using ATRACE by Eino-Ville Talvala · 13 years ago
  86. 6db981c Camera service: Minimally functional preview for camera 2 devices. by Eino-Ville Talvala · 13 years ago
  87. 611f619 Add basic Camera2Client dump, minor fixes to CameraService dump. by Eino-Ville Talvala · 13 years ago
  88. f69c70d Camera service: Initialization for camera2 clients and devices by Eino-Ville Talvala · 13 years ago
  89. 61ab9f9 Camera service: Add skeleton support for camera2 devices. by Eino-Ville Talvala · 13 years ago