ovis: ar_sample - update scene to correct CS conventions

pull/1593/head
Pavel Rojtberg 7 years ago
parent e8cdc9708c
commit 7a35ae96e4
  1. 4
      modules/ovis/samples/aruco_ar_demo.py

@ -14,8 +14,8 @@ cv.ovis.addResourceLocation("packs/Sinbad.zip") # shipped with Ogre
win = cv.ovis.createWindow("arucoAR", imsize, flags=0)
win.setCameraIntrinsics(K, imsize)
win.createEntity("figure", "Sinbad.mesh", (0, 0, -5), (-1.57, 0, 0))
win.createLightEntity("sun", (0, 0, -100))
win.createEntity("figure", "Sinbad.mesh", (0, 0, 5), (1.57, 0, 0))
win.createLightEntity("sun", (0, 0, 100))
# video capture
cap = cv.VideoCapture(0)

Loading…
Cancel
Save