Camera Streaming (HTTP MJPEG), DSP processing, Viola Jones face detection..
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.
The following table is the detailed list of android-camera-streaming.
Item | Value |
---|---|
Java File Count | 15 |
Minimum SDK Version | 10 |
Activity Count | 2 |
Required Permissions | android.permission.CAMERA android.permission.INTERNET |
Raw File Names | res\raw\haarcascade_frontalface_alt.xml |
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.
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