Processing

My page in OpenProcessing.org

  • Client for julius server
  • Kinect with SimpleOpenNI
  • Android application
  • other contents ...

Issues:

  • OpenNI (Kinect v.1, Xtion センサーによる 3d データの利用)
  • Android Mode
    • Cardboard (Google Cardboard を利用した VR アプリの作成)

Default values (from reference):

cameraZ=((height/2.0) / tan(PI*60.0/360.0)); 
perspective(PI/3.0, width/height, cameraZ/10.0, cameraZ*10.0); 
camera(width/2.0, height/2.0, (height/2.0) / tan(PI*30.0 / 180.0), width/2.0, height/2.0, 0, 0, 1, 0);  
lights(); =>   
  ambientLight(128, 128, 128); 
  directionalLight(128, 128, 128, 0, 0, -1); 
  lightFalloff(1, 0, 0); 
  lightSpecular(0, 0, 0); 
  SphereDetail(30); 

SimpleOpenNI for Processing 3 — 2018/07/11 9:14:24

fbx の読み込み — 2017/05/20 23:16:19

ant/build.xml — 2017/03/28 7:29:43

intel HD graphics3000 (P3D) — 2017/03/26 5:23:28

顔の位置に合わせて動画をシフトさせて表示するプログラムについて — 2017/01/04 13:33:00

HeadTransform (getEulerAngles) — 2016/12/02 6:21:00

Cardboard での THETA 画像表示 — 2016/10/02 14:47:16

Android mode について — 2016/10/01 13:21:30

Google Cardboard — 2016/09/19 1:14:05

TP-X121e Integrated camera + Kinect v.1 — 2016/05/19 9:40:19

Processing 3.0.1 — 2015/11/21 0:42:57

userMap (OpenNI2) — 2015/04/16 1:35:32

Javascript mode — 2014/12/13 13:49:53

Android mode — 2014/12/08 5:03:36

SimpleOpenNIの修正 — 2014/05/12 5:14:52

Full Screen での表示 — 2014/05/05 8:25:46

image resize — 2014/01/17 12:16:47

selectInput() の使い方 — 2014/01/05 7:42:23

LeapShodou (LeapMotion で書道?) — 2013/11/05 7:33:39

KINECT2進数 — 2013/07/01 10:57:17

japanese fonts — 2013/05/08 6:09:57

java sound error — 2013/05/07 23:42:11

Simple client for julius server — 2013/05/07 23:29:24