Esempio n. 1
0
 /**
  * Sets the up camera to be connected to GPUImage to get a filtered preview.
  *
  * @param camera the camera
  */
 public void setUpCamera(final Camera camera) {
   setUpCamera(camera, false, false, false);
 }