{"id":1834,"date":"2008-06-11T19:36:16","date_gmt":"2008-06-11T10:36:16","guid":{"rendered":"http:\/\/r-dimension.xsrv.jp\/classes_j\/?p=1834"},"modified":"2014-11-15T00:55:53","modified_gmt":"2014-11-14T15:55:53","slug":"mirror","status":"publish","type":"post","link":"https:\/\/r-dimension.xsrv.jp\/classes_j\/mirror\/","title":{"rendered":"\u753b\u50cf\u306e\u53cd\u8ee2"},"content":{"rendered":"<pre lang=\"java\" line=\"1\">\r\nimport processing.video.*;\r\n\r\nCapture video;\r\n\r\nvoid setup() {\r\n  \/\/ 640 x 480\u304c\u5927\u304d\u3059\u304e\u3066\u9045\u304b\u3063\u305f\u3089\u3001320 x 240\u306b\u5909\u66f4\u3059\u308b\r\n  size(640, 480);\r\n  \r\n  \/\/\u753b\u9762\u30b5\u30a4\u30ba\u306e\u30ad\u30e3\u30d7\u30c1\u30e3\u753b\u50cf\u3092\u751f\u6210\u3002\u753b\u9762\u304c\u30b3\u30de\u843d\u3061\u3059\u308b\u3088\u3046\u3060\u3063\u305f\u3089\u3001\r\n  \/\/\u4e00\u756a\u53f3\u306e\u30d5\u30ec\u30fc\u30e0\u30ec\u30fc\u30c8\u3092\u4e0a\u3052\u308b\u3002\r\n  video = new Capture(this, width, height, 90);\r\n  loadPixels();    \/\/\u753b\u9762\u306b\u753b\u50cf\u306e\u30d4\u30af\u30bb\u30eb\u3092\u5c55\u958b\r\n}\r\n\r\nvoid draw() {\r\n  background(0);\r\n  if (video.available()) {  \/\/\u3082\u3057\u30ad\u30e3\u30d7\u30c1\u30e3\u304c\u3067\u304d\u305f\u3089\u3001\r\n    video.read(); \/\/\u30d3\u30c7\u30aa\u30d5\u30ec\u30fc\u30e0\u306e\u8aad\u307f\u8fbc\u307f\r\n    video.loadPixels(); \/\/\u30d3\u30c7\u30aa\u306e\u30d4\u30af\u30bb\u30eb\u3092\u64cd\u4f5c\u3067\u304d\u308b\u3088\u3046\u306b\u3059\u308b\r\n\r\n    \/\/1\u30d4\u30af\u30bb\u30eb\u3054\u3068\u306b\u8272\u3092\u8abf\u3079\u308b\u3002\r\n    for (int y = 0; y < video.height; y ++) {\r\n      for (int x = 0; x < video.width; x ++) {\r\n        \/\/\u30d3\u30c7\u30aa\u306e\u30d4\u30af\u30bb\u30eb\u3092\u629c\u304d\u51fa\u3059\r\n        int pixelColor = video.pixels[y*video.width + x];\r\n\r\n        \/\/\u8d64\u3001\u7dd1\u3001\u9752\u3092\u305d\u308c\u305e\u308c\u62bd\u51fa\u3059\u308b\u3002\u4ee5\u4e0b\u306e3\u884c\u306f\u30d3\u30c3\u30c8\u30b7\u30d5\u30c8\u3068\u3044\u3063\u3066\u3001\r\n        \/\/\u7406\u89e3\u3059\u308b\u306e\u304c\u7d50\u69cb\u5927\u5909\u306a\u306e\u3067\u3001\u3053\u3053\u3067\u306f\u8a73\u7d30\u306f\u8aac\u660e\u3057\u306a\u3044\u3002\r\n        int r = (pixelColor >> 16) & 0xff;\r\n        int g = (pixelColor >> 8 ) & 0xff;\r\n        int b = pixelColor & 0xff;\r\n\r\n        \/\/\u30a6\u30a3\u30f3\u30c9\u30a6\u306e\u30d4\u30af\u30bb\u30eb\u306b\u5f53\u3066\u306f\u3081\u308b\r\n        \/\/\u753b\u50cf\u3092\u53cd\u8ee2\u3055\u305b\u308b\u305f\u3081\u3001\"video.width-x-1\"\u3068\u3044\u3046\u5f0f\u3092\u4f7f\u3063\u3066\u3044\u308b\r\n        pixels[y*video.width + video.width-x-1] = color(r, g, b);\r\n      }\r\n    }\r\n    updatePixels();    \/\/\u753b\u50cf\u3092\u66f4\u65b0\r\n  }\r\n}<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>import processing.video.*; Cap&#8230; <a href=\"https:\/\/r-dimension.xsrv.jp\/classes_j\/mirror\/\">Read more &raquo;<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[10,11],"tags":[],"class_list":["post-1834","post","type-post","status-publish","format-standard","hentry","category-processing","category-11"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/r-dimension.xsrv.jp\/classes_j\/wp-json\/wp\/v2\/posts\/1834","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/r-dimension.xsrv.jp\/classes_j\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/r-dimension.xsrv.jp\/classes_j\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/r-dimension.xsrv.jp\/classes_j\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/r-dimension.xsrv.jp\/classes_j\/wp-json\/wp\/v2\/comments?post=1834"}],"version-history":[{"count":3,"href":"https:\/\/r-dimension.xsrv.jp\/classes_j\/wp-json\/wp\/v2\/posts\/1834\/revisions"}],"predecessor-version":[{"id":4048,"href":"https:\/\/r-dimension.xsrv.jp\/classes_j\/wp-json\/wp\/v2\/posts\/1834\/revisions\/4048"}],"wp:attachment":[{"href":"https:\/\/r-dimension.xsrv.jp\/classes_j\/wp-json\/wp\/v2\/media?parent=1834"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/r-dimension.xsrv.jp\/classes_j\/wp-json\/wp\/v2\/categories?post=1834"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/r-dimension.xsrv.jp\/classes_j\/wp-json\/wp\/v2\/tags?post=1834"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}