- 159 名前:デフォルトの名無しさん mailto:sage [2006/12/04(月) 14:18:44 ]
- >>158
やったことないけどこんな感じ? int[] pixels; Camera camera = Camera.getCamera(id); camera.takePicture(); MediaImage mi = camera.getImage(index); mi.use(); Image img = mi.getImage(); Graphics g = img.getGraphics(); g.getPixels(x, y, width, height, pixels, off); //pixelsで閾値処理
|

|