Search This Blog

Saturday 19 July 2014

project of the android application

Project of the android

  1. Android camera  
  2. Android audio capture

Android camera :

Most Android devices have at least one camera. Some devices have a front and a back facing camera.Using the camera on the Android device can be done via the integration of existing camera application.
 These are the following two ways , in which you can use camera in your application
  1. Using existing android camera application in our application
  2. Directly using Camera API provided by android in our application.

The basic:

The Android framework supports capturing images and video through

the camera  API or camera Intent. Here are the relevant classes.


Camera
This class is the primary API for controlling device cameras. This class is used to take pictures or videos when you are building a camera application.
Surface View

This class is used to present a live camera preview to the user.

Media Recorder

This class is used to record video from the camera.
Intent

An intent action type of MediaStore.ACTION_IMAGE_CAPTURE or MediaStore.ACTION_VIDEO_CAPTURE can be used to capture images or videos without directly using the Camera object.

Media Recorder

This class is used to record video from the camera.
Intent

An intent action type of MediaStore.ACTION_IMAGE_CAPTURE or MediaStore.ACTION_VIDEO_CAPTURE can be used to capture images or videos without directly using the Camera object.
Media Recorder

This class is used to record video from the camera.
Intent



An intent action type of MediaStore.ACTION_IMAGE_CAPTURE or MediaStore.ACTION_VIDEO_CAPTURE can be used to capture images or videos without directly using the Camera object.

Working in the system 

The android camera works in the system in 5 layers. as show in the fig the five layers are interconnected in the system. 




If you wants to know how we can develop the camera in android with eclipse then read must my next blog which is "DEVELOP THE CAMERA USING ECLIPSE "..

1 comment:

  1. Wonderful Blog to get android updates, I will definitely try to implement this idea to develop an application. Thanks keep motivating.
    Regards:
    Best Android Training institute in Chennai
    Android Training Institutes in Chennai

    ReplyDelete