Android Open Source - Camera process android-camera-streaming






Project Summary

Camera Streaming (HTTP MJPEG), DSP processing, Viola Jones face detection..

Web Site / Source Repository

android-camera-streaming is hosted in the following web site
https://github.com/astarasikov/android-camera-streaming

If you think the Android project android-camera-streaming listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of android-camera-streaming.

ItemValue
Java File Count15
Minimum SDK Version10
Activity Count2
Required Permissionsandroid.permission.CAMERA
android.permission.INTERNET
Raw File Namesres\raw\haarcascade_frontalface_alt.xml




Resource Files

There are 2 image files in android-camera-streaming. The names of the image files are listed as follows.

coolface.png
hat.png

The following screenshort is generated from the image listed above.

null

Java Source Files

android-camera-streaming has the following Java source files.

astarasikov.camerastreaming.CameraPreferences.java
astarasikov.camerastreaming.CameraStreamingActivity.java
astarasikov.camerastreaming.CameraYUVPreviewCallback.java
astarasikov.camerastreaming.ImageSink.java
astarasikov.camerastreaming.ImageSource.java
astarasikov.camerastreaming.image.ImageProcessor.java
astarasikov.camerastreaming.image.ImageUtils.java
astarasikov.camerastreaming.image.VJFaceDetector.java
astarasikov.camerastreaming.net.http.HttpServer.java
astarasikov.camerastreaming.net.http.MotionJpegStreamer.java
astarasikov.camerastreaming.net.tcp.TcpUnicastClient.java
astarasikov.camerastreaming.net.tcp.TcpUnicastServer.java
astarasikov.camerastreaming.static.java
astarasikov.camerastreaming.utils.PreferenceHelper.java