Commit 63c9b4ce authored by Maria Dimashova's avatar Maria Dimashova

fixed mirror property of kinect

parent e5b563b3
...@@ -69,13 +69,13 @@ const std::string XMLConfig = ...@@ -69,13 +69,13 @@ const std::string XMLConfig =
"<Node type=\"Image\" name=\"Image1\">" "<Node type=\"Image\" name=\"Image1\">"
"<Configuration>" "<Configuration>"
"<MapOutputMode xRes=\"640\" yRes=\"480\" FPS=\"30\"/>" "<MapOutputMode xRes=\"640\" yRes=\"480\" FPS=\"30\"/>"
"<Mirror on=\"true\"/>" "<Mirror on=\"false\"/>"
"</Configuration>" "</Configuration>"
"</Node> " "</Node> "
"<Node type=\"Depth\" name=\"Depth1\">" "<Node type=\"Depth\" name=\"Depth1\">"
"<Configuration>" "<Configuration>"
"<MapOutputMode xRes=\"640\" yRes=\"480\" FPS=\"30\"/>" "<MapOutputMode xRes=\"640\" yRes=\"480\" FPS=\"30\"/>"
"<Mirror on=\"true\"/>" "<Mirror on=\"false\"/>"
"</Configuration>" "</Configuration>"
"</Node>" "</Node>"
"</ProductionNodes>" "</ProductionNodes>"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment