File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
src/in/omerjerk/processing/video/android Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 2
2
<classpath >
3
3
<classpathentry kind =" src" path =" src" />
4
4
<classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER" />
5
- <classpathentry combineaccessrules =" false" kind =" src" path =" /processing-core" />
5
+ <classpathentry combineaccessrules =" false" kind =" src" path =" /android-mode" />
6
+ <classpathentry kind =" lib" path =" /home/omerjerk/sdk/platforms/android-21/android.jar" />
6
7
<classpathentry kind =" output" path =" bin" />
7
8
</classpath >
Original file line number Diff line number Diff line change 8
8
import android .graphics .SurfaceTexture ;
9
9
import android .hardware .Camera ;
10
10
import android .hardware .Camera .Size ;
11
- import android .opengl .GLES11Ext ;
12
11
import android .opengl .GLES20 ;
13
- import android .opengl .GLES30 ;
14
12
import android .opengl .GLSurfaceView ;
15
13
import android .os .Handler ;
16
14
import android .os .Message ;
You can’t perform that action at this time.
0 commit comments