Android Wear video camera remote to play/pause/stop recordings..
android-wear-camcorder-remote is hosted in the following web site
https://github.com/bmul/android-wear-camcorder-remote
If you think the Android project android-wear-camcorder-remote 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-wear-camcorder-remote.
Item | Value |
---|---|
Java File Count | 37 |
Supported screen sizes | [mdpi] |
Activity Count | 3 |
Fragment Count | 2 |
Required Permissions | android.permission.CAMERA android.permission.RECORD_AUDIO android.permission.WRITE_EXTERNAL_STORAGE |
There are 3 image files in android-wear-camcorder-remote. The names of the image files are listed as follows.
pause.png play.png stop.png
The following screenshort is generated from the image listed above.
android-wear-camcorder-remote has the following Java source files.
com.bcmaffordances.camcorderremote.ActionFragment.java com.bcmaffordances.camcorderremote.ApplicationTest.java com.bcmaffordances.camcorderremote.CamcorderRemotePagerAdapter.java com.bcmaffordances.camcorderremote.MobileMainActivity.java com.bcmaffordances.camcorderremote.VideoCaptureActivity.java com.bcmaffordances.camcorderremote.WearMainActivity.java com.bcmaffordances.camcorderremote.state.AbstractRecordingState.java com.bcmaffordances.camcorderremote.state.AbstractWearableRecordingState.java com.bcmaffordances.camcorderremote.state.PausedRecordingState.java com.bcmaffordances.camcorderremote.state.PausedState.java com.bcmaffordances.camcorderremote.state.ReadyRecordingState.java com.bcmaffordances.camcorderremote.state.ReadyState.java com.bcmaffordances.camcorderremote.state.RecordingState.java com.bcmaffordances.camcorderremote.state.RecordingState.java com.bcmaffordances.camcorderremote.state.RecordingStateContext.java com.bcmaffordances.camcorderremote.state.ResumedRecordingState.java com.bcmaffordances.camcorderremote.state.StartedRecordingState.java com.bcmaffordances.camcorderremote.state.StoppedRecordingState.java com.bcmaffordances.camcorderremote.state.UninitializedState.java com.bcmaffordances.camcorderremote.state.UninitializedState.java com.bcmaffordances.camcorderremote.state.WearableRecordingState.java com.bcmaffordances.camcorderremote.state.WearableRecordingStateContext.java com.bcmaffordances.camcorderremote.stitching.VideoStitcher.java com.bcmaffordances.camcorderremote.stitching.VideoStitchingService.java com.bcmaffordances.camcorderremote.video.CameraListener.java com.bcmaffordances.camcorderremote.video.CameraPreview.java com.bcmaffordances.camcorderremote.video.VideoFile.java com.bcmaffordances.camcorderremote.video.VideoFileException.java com.bcmaffordances.camcorderremote.video.VideoFileFactory.java com.bcmaffordances.camcorderremote.video.VideoRecorder.java com.bcmaffordances.camcorderremote.video.VideoRecorderException.java com.bcmaffordances.camcorderremotecommon.ApplicationTest.java com.bcmaffordances.camcorderremotecommon.CamcorderRemoteConstants.java com.bcmaffordances.wearableconnector.ApplicationTest.java com.bcmaffordances.wearableconnector.WearableConnector.java com.bcmaffordances.wearableconnector.message.WearableMessageListenerService.java com.bcmaffordances.wearableconnector.message.WearableMessageSender.java