コード例 #1
0
ファイル: Device.cpp プロジェクト: malcolmreynolds/OpenNI2
void toggleIRMirror(int)
{
	g_irStream.setMirroringEnabled(!g_irStream.getMirroringEnabled());
}
コード例 #2
0
ファイル: Device.cpp プロジェクト: higuchi-yuuki/OpenNI2
void toggleDepthMirror(int)
{
    g_depthStream.setMirroringEnabled(!g_depthStream.getMirroringEnabled());
}
コード例 #3
0
ファイル: Device.cpp プロジェクト: malcolmreynolds/OpenNI2
void toggleColorMirror(int)
{
	g_colorStream.setMirroringEnabled(!g_colorStream.getMirroringEnabled());
}