I would like to take a picture without any preview. I used this code but I\'m getting an error:
public void onCreate(Bundle savedInstanceState) { super.
Android can't use camera without a preview... but, you can set the preview size like 1x1 px, then you won't see it and you can use the camera anyway.