Android Open Source - Video Stream CamOMatic






Project Summary

Android doesn't have a direct mechanism for streaming video from the Camera. This is a custom implementation that can packetize an H.264 video source from an android device on the fly..

Web Site / Source Repository

CamOMatic is hosted in the following web site
https://github.com/jaspreetssethi/CamOMatic

If you think the Android project CamOMatic 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 CamOMatic.

ItemValue
Java File Count6
Target SDK Version8
Minimum SDK Version8
Activity Count2
jar files usedisoviewer-1.0-RC-28.jar
Required Permissionsandroid.permission.CAMERA
android.permission.INTERNET
android.permission.RECORD_AUDIO
android.permission.WRITE_EXTERNAL_STORAGE




License

The license information of CamOMatic is as follows:

GNU General Public License

Resource Files

There are 7 image files in CamOMatic. The names of the image files are listed as follows.

config_disabled.png
config_enabled.png
config_pressed.png
start.png
start_pressed.png
stop.png
stop_pressed.png

The following screenshort is generated from the image listed above.

null




Java Source Files

edu.uic.cs440.AudioPacketizer.java
edu.uic.cs440.CamOMaticActivity.java
edu.uic.cs440.PacketHandler.java
edu.uic.cs440.Preferences.java
edu.uic.cs440.Utils.java
edu.uic.cs440.VideoPacketizer.java