1. 0f4f97b Update camera continuous autofocus javadoc. by Wu-cheng Li · 13 years ago
  2. 53b3091 Improve camera javadoc and fix some errors. by Wu-cheng Li · 13 years ago
  3. 037abb8 Add video stabilization control to Camera parameters. by Eino-Ville Talvala · 13 years ago
  4. b4f95be Update camera javadoc about AE and AWB lock. by Wu-cheng Li · 13 years ago
  5. 98bb251 Add video snapshot camera parameter. by Wu-cheng Li · 13 years ago
  6. b9ac75d Add new camera focus mode FOCUS_MODE_CONTINUOUS_PICTURE. by Wu-cheng Li · 13 years ago
  7. 70fb908 Add camera bayer image format. by Wu-cheng Li · 13 years ago
  8. bb1e275 Pass camera frame metadata from camera service to Java. by Wu-cheng Li · 13 years ago
  9. 25d8fb5 Add camera recording hint parameter. by Wu-cheng Li · 13 years ago
  10. 4c2292e Add camera face detection API. by Wu-cheng Li · 13 years ago
  11. 42419ce Add framework support for camcorder zoom. by Wu-cheng Li · 13 years ago
  12. a4a48a4 Merge "Improve android.hardware.Camera.Area javadoc." by Wu-cheng Li · 13 years ago
  13. bde61a5 Improve android.hardware.Camera.Area javadoc. by Wu-cheng Li · 13 years ago
  14. 2194513 CameraParameters: add PIXEL_FORMAT_RGBA8888 by Iliyan Malchev · 13 years ago
  15. d9c2601a Add auto-white balance locking to the Camera API. by Eino-Ville Talvala · 13 years ago
  16. a269b87 frameworks/base: switch CameraService to a HAL module by Iliyan Malchev · 13 years ago
  17. 9c7ac0d frameworks/base: include system/core header camera.h in Camera.h by Iliyan Malchev · 13 years ago
  18. 3773eef Add an auto-exposure lock feature to the Camera API. by Eino-Ville Talvala · 13 years ago
  19. 4e396e0 Clarify the meaning of weight in the focus and metering area HAL. by Eino-Ville Talvala · 13 years ago
  20. e98e4c8 Add camera metering area API. by Wu-cheng Li · 13 years ago
  21. 30771b7 Add camera focus area API. by Wu-cheng Li · 13 years ago
  22. 40c3641 frameworks/base: some camera-interface cleanup by Iliyan Malchev · 13 years ago
  23. e857cc8 Merge "Add YV12 preview format to camera parameter constants." by Wu-cheng Li · 13 years ago
  24. 10a1b30 Add YV12 preview format to camera parameter constants. by Wu-cheng Li · 13 years ago
  25. e00cab7 Application-managed callback buffer support for raw image by James Dong · 13 years ago
  26. ff2dc46 Add camera service support for SurfaceTexture. by Jamie Gennis · 14 years ago
  27. 853f6fd Fixed a typo in the enum for unknown camera error message by James Dong · 14 years ago
  28. 74920cb We requires camera hal's implementation should not track the ref count of any outstanding video frames and ignore by James Dong · 14 years ago
  29. d211230 remove support for PUSH_BUFFER surfaces and overlays by Mathias Agopian · 14 years ago
  30. 4ddca9b Add preferred preview size support in the camera framework by James Dong · 14 years ago
  31. 4e91184 am fb6f4505: am 589e8381: Merge "Improve camera documentation." into gingerbread by Wu-cheng Li · 14 years ago
  32. 99a3f3e Improve camera documentation. by Wu-cheng Li · 14 years ago
  33. d55f7e5 Mirror the camera preview if the camera is front-facing. by Wu-cheng Li · 14 years ago
  34. b982fb4 Mirror the preview for front-facing cameras. do not merge by Wu-cheng Li · 14 years ago
  35. 3831185 Camera framework change required for 0-memcpy recording by James Dong · 14 years ago
  36. b0a6db2 Camera hal change for 0-memcpy in media recording framework by James Dong · 14 years ago
  37. 769bb2a 0-memcpy video recording framework by James Dong · 14 years ago
  38. 4fd446f Video size retrieval/configuration support in camera hal by James Dong · 14 years ago
  39. ba2bbcd Fix the CameraHardwareInterface::setPreviewWindow comment. by Jamie Gennis · 14 years ago
  40. d276720 am 2ad1ebca: am d45cb72a: Rename FOCUS_MODE_CONTINUOUS to FOCUS_MODE_CONTINUOUS_VIDEO. by Wu-cheng Li · 14 years ago
  41. d45cb72 Rename FOCUS_MODE_CONTINUOUS to FOCUS_MODE_CONTINUOUS_VIDEO. by Wu-cheng Li · 14 years ago
  42. 9b61dc5 Add YUV420P color format support for video output from camera hal by James Dong · 14 years ago
  43. 4e94c30 Added command type to play recording sound. by Nipun Kwatra · 14 years ago
  44. 088146a Adding enable/disable option for sendCommand() by Nipun Kwatra · 14 years ago
  45. b8f7f42 am 6e46e6f7: am 7ec7b997: Remove camera metering mode API. by Wu-cheng Li · 14 years ago
  46. 7ec7b99 Remove camera metering mode API. by Wu-cheng Li · 14 years ago
  47. eee0931 am 346b6126: am 97a56269: Merge "Add camera fps range API." into gingerbread by Wu-cheng Li · 14 years ago
  48. 85cfdd0 Change the framework to use the new camera preview path. by Jamie Gennis · 14 years ago
  49. 97a5626 Merge "Add camera fps range API." into gingerbread by Wu-cheng Li · 14 years ago
  50. 454630f Add camera fps range API. by Wu-cheng Li · 14 years ago
  51. e704438 Handle the camera open failure better. by Wu-cheng Li · 14 years ago
  52. 6c008b8 Adding getSupportedPreviewSizes to CameraParameters.DO NOT MERGE by Nipun Kwatra · 14 years ago
  53. 0de0c49 Adding getSupportedPictureSizes to CameraParameters.DO NOT MERGE by Nipun Kwatra · 14 years ago
  54. f008f3e Document that autoFocus must be called in auto and macro mode. by Wu-cheng Li · 14 years ago
  55. 699fe93 Improve camera documentation. by Wu-cheng Li · 14 years ago
  56. 154a320 resolved conflicts for merge of 27eecb70 to gingerbread by Jean-Baptiste Queru · 14 years ago
  57. 83407b9 fix inaccurate copyrights by Jean-Baptiste Queru · 14 years ago
  58. b8bb78f Change camera interface to support multiple cameras. by Chih-Chung Chang · 14 years ago
  59. 8aba232 Add KEY_SUPPORTED_METERING_MODES and fix some typos. by Wu-cheng Li · 14 years ago
  60. f7f6333 Add camera metering mode API. by Wu-cheng Li · 14 years ago
  61. d2c2929 Add video frame parameter. by Wu-cheng Li · 14 years ago
  62. bd329dd Improve GPS EXIF parameters comments. by Wu-cheng Li · 14 years ago
  63. ae7ca4c Fix build error. by Wu-cheng Li · 14 years ago
  64. e339c5e Add camera focus distances API. by Wu-cheng Li · 14 years ago
  65. b339013 am d8c33747: am 78624e41: Add remove method in CameraParameters class. by Wu-cheng Li · 14 years ago
  66. 78624e4 Add remove method in CameraParameters class. by Wu-cheng Li · 14 years ago
  67. ca09961 Add continuous focus mode constant. by Wu-cheng Li · 14 years ago
  68. e25cc65 Support multiple cameras in framework. by Chih-Chung Chang · 14 years ago
  69. c58b423 Add SCENE_MODE_BARCODE and FOCUS_MODE_EDOF. by Wu-cheng Li · 14 years ago
  70. d9ef5d7 Add camera parameter string constant for "true". by Wu-cheng Li · 14 years ago
  71. 055c986 Add location provider name to gps-processing-method in EXIF header. by Ray Chen · 14 years ago
  72. 8cbb8f5 Unhide zoom API. by Wu-cheng Li · 14 years ago
  73. 24b326a Unhide exposure compensation API. by Wu-cheng Li · 14 years ago
  74. 000479f split libsurfaceflinger_client and libcamera_client out of libui by Mathias Agopian · 14 years ago