Exemple #1
0
void toggleDepthMirror(int)
{
    g_depthStream.setMirroringEnabled(!g_depthStream.getMirroringEnabled());
}
Exemple #2
0
void toggleColorMirror(int)
{
    g_colorStream.setMirroringEnabled(!g_colorStream.getMirroringEnabled());
}
Exemple #3
0
void toggleIRMirror(int)
{
	g_irStream.setMirroringEnabled(!g_irStream.getMirroringEnabled());
}