「java」のタグがつけられたコード一覧
Vector deviceList = CaptureDeviceManager.getDeviceList(new YUVFormat());for (Object captureDeviceInfoObj : deviceList) {CaptureDeviceInfo captureDeviceInfo = (CaptureDeviceInfo)captureDeviceInfoObj;MediaLocator locator = captureDeviceInfo.getLocator();
int DIAMETER = 70;int STROKE_WIGHT = 12;int Y = 100;size(200, 200);
int DIAMETER = 70;int STROKE_WIGHT = 12;int Y = 100;size(200,200);
int w = 200, h = 300;//PImage flip = createImage(w, h, ARGB); //不要PGraphics g = createGraphics(w, h, JAVA2D);
int w = 200, h = 300;PImage flip = createImage(w, h, ARGB);PGraphics g = createGraphics(w, h, JAVA2D);