diff --git a/pdk/docs/guide/camera.jd b/pdk/docs/guide/camera.jd index 083f43afd..281f76dd6 100755 --- a/pdk/docs/guide/camera.jd +++ b/pdk/docs/guide/camera.jd @@ -16,7 +16,7 @@ pdk.version=1.0

Android's camera subsystem connects the camera application to the application framework and user space libraries, which in turn communicate with the camera hardware layer that operates the physical camera.

The diagram below illustrates the structure of the camera subsystem.

-

+

Building a Camera Library

diff --git a/pdk/docs/guide/images/androidCameraArchitecture.gif b/pdk/docs/guide/images/androidCameraArchitecture.gif deleted file mode 100755 index 2679b439a..000000000 Binary files a/pdk/docs/guide/images/androidCameraArchitecture.gif and /dev/null differ diff --git a/pdk/docs/guide/images/camera_video2.gif b/pdk/docs/guide/images/camera_video2.gif new file mode 100755 index 000000000..8c46a8323 Binary files /dev/null and b/pdk/docs/guide/images/camera_video2.gif differ