Android application to turn my phone into a dash cam when driving, providing video feed, weather conditions, and gps locations while still retaining availability for other apps such as pandora..
DashCam is hosted in the following web site
https://github.com/kcsmith4/DashCam
If you think the Android project DashCam 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 DashCam.
Item | Value |
---|---|
Java File Count | 6 |
Supported screen sizes | [hdpi] |
Target SDK Version | 19 |
Minimum SDK Version | 9 |
Activity Count | 2 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.CAMERA android.permission.RECORD_AUDIO android.permission.WRITE_EXTERNAL_STORAGE |
DashCam has the following Java source files.
com.kcsmith4.dashcam.MainActivity.java com.kcsmith4.dashcam.VideoCaptureActivity.java com.kcsmith4.generic.Globals .java com.kcsmith4.util.CameraUtils .java com.kcsmith4.util.Preview.java com.kcsmith4.util.SdCardUtils .java