We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 043d2a5 commit 95e4a03Copy full SHA for 95e4a03
src/in/omerjerk/processing/video/android/Capture.java
@@ -4,7 +4,6 @@
4
import java.util.ArrayList;
5
6
import android.content.Context;
7
-import android.content.pm.PackageManager;
8
import android.hardware.Camera;
9
import android.util.Log;
10
import android.view.SurfaceHolder;
@@ -13,6 +12,7 @@
13
12
import processing.core.PConstants;
14
import processing.core.PImage;
15
+@SuppressWarnings("deprecation")
16
public class Capture extends PImage implements PConstants {
17
18
private static final boolean DEBUG = true;
0 commit comments