fixed mirror property of kinect

pull/13383/head
Maria Dimashova 14 years ago
parent e5b563b3fd
commit 63c9b4cec1
  1. 4
      modules/highgui/src/cap_openni.cpp

@ -69,13 +69,13 @@ const std::string XMLConfig =
"<Node type=\"Image\" name=\"Image1\">"
"<Configuration>"
"<MapOutputMode xRes=\"640\" yRes=\"480\" FPS=\"30\"/>"
"<Mirror on=\"true\"/>"
"<Mirror on=\"false\"/>"
"</Configuration>"
"</Node> "
"<Node type=\"Depth\" name=\"Depth1\">"
"<Configuration>"
"<MapOutputMode xRes=\"640\" yRes=\"480\" FPS=\"30\"/>"
"<Mirror on=\"true\"/>"
"<Mirror on=\"false\"/>"
"</Configuration>"
"</Node>"
"</ProductionNodes>"

Loading…
Cancel
Save