I want to use an Android Service to record video. I cannot seem to get video recording working without an Activity with a SurfaceView.
I’m looking for an Android application that consists of a Service and any supporting classes, but no Activity, that can record video (from the camera) to a file on the SD card.
You can hard code the filename, and just record video for a few seconds as a demo, because I’ll be taking this code and putting it in an existing application.