Using the CWAC-Camera library, I have created a fragment extending the CameraFragment. I've added an OnClickListener which calls autofocus() whenever the screen is tapped. However, when I start recording a video, I would like to use some form of continuous focus. Tapping the screen while recording does not initiate an autofocus.
With the regular camera app on Android, the camera always focuses when filming. How can this be achieved with the CWAC-Camera library?