File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed
samples/android/tutorial-4-opencl/src/org/opencv/samples/tutorial4 Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 4
4
import java .util .concurrent .Semaphore ;
5
5
import java .util .concurrent .TimeUnit ;
6
6
7
- import javax .microedition .khronos .egl .EGLConfig ;
8
- import javax .microedition .khronos .opengles .GL10 ;
9
-
10
7
import android .annotation .SuppressLint ;
11
8
import android .content .Context ;
12
- import android .graphics .Point ;
13
9
import android .graphics .SurfaceTexture ;
14
10
import android .hardware .camera2 .CameraAccessException ;
15
11
import android .hardware .camera2 .CameraCaptureSession ;
Original file line number Diff line number Diff line change 9
9
import android .os .Handler ;
10
10
import android .os .Looper ;
11
11
import android .util .Log ;
12
- import android .view .View ;
13
12
import android .widget .TextView ;
14
13
15
14
public abstract class MyGLRendererBase implements GLSurfaceView .Renderer , SurfaceTexture .OnFrameAvailableListener {
You can’t perform that action at this time.
0 commit comments