Skip to content

Commit 198e5a9

Browse files
committed
derps
Signed-off-by: Umair Khan <[email protected]>
1 parent 74e06b2 commit 198e5a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/in/omerjerk/processing/video/android/Capture.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public Capture(final PApplet applet, int width, int height) {
8484
pg = (PGraphicsOpenGL)applet.g;
8585
// customTexture = new Texture(pg, width, height);
8686
// customTexture.invertedY(true);
87-
log("cusotm texture address = " + customTexture);
87+
log("cusotm texture address = " + customTexture.get(0));
8888
// pg.setCache(this, customTexture);
8989
applet.runOnUiThread(new Runnable() {
9090
@Override
@@ -366,6 +366,7 @@ public void prepareFrameBuffers() {
366366
}
367367
}
368368

369+
//The following method has been copied from Syphon library for processing
369370
public void getImage(boolean loadPixels) {
370371

371372
if (destpg == null || destpg.width != width || destpg.height != height) {

0 commit comments

Comments
 (0)