ServiceCamera
ServiceCamera copied to clipboard
Sample of using Android camera in service.
Thanks for the code, but I am wondering what if the service needs to be a remote service witch runs in another process? Can camera open and running works in...
Add PhoneCallReceiver to catch PhoneCall event( include incoming/outgoing call), start/stop video recording feature will following PhoneCall State. After recording is finished, send notification and play the video.
I want to turn off the sound of pressing the record button. When you press the button, the sound "beep" occurs. How to turn off this sound? If in the...
[See Details](http://stackoverflow.com/q/29310279/4388898) Can I ask for help? - I want to combine my analyzing code with your ServiceCamera code. - I write my analyzing code in `mCamera.setPreviewCallback` -> `@override onPreviewFrame()`...