Nuitrack 1.5.0
3D スケルトン トラッキング ミドルウェア
 すべて クラス 名前空間 関数 変数 Typedefs 列挙型 列挙子 プロパティ イベント グループ ページ
OutputMode.h
1 #ifndef NUITRACK_OUTPUTMODE_H_
2 #define NUITRACK_OUTPUTMODE_H_
3 
4 namespace tdv
5 {
6 namespace nuitrack
7 {
8 
13 struct OutputMode
14 {
18  int fps;
19 
23  int xres;
24 
28  int yres;
29 
33  float hfov;
34 };
35 
36 } /* namespace nuitrack */
37 } /* namespace tdv */
38 
39 #endif /* NUITRACK_OUTPUTMODE_H_ */
int fps
1秒間に移動するフレームの数
定義:OutputMode.h:18
float hfov
ビューの水平フィールド (ラジアン/弧度での表示)
定義:OutputMode.h:33
int yres
Y 解像度 (フレーム高さ)
定義:OutputMode.h:28
センサー データ プロパティを保存します。
定義:OutputMode.h:13
int xres
X 解像度 (フレーム幅)
定義:OutputMode.h:23