Skip to content

Commit 7a35ae9

Browse files
committed
ovis: ar_sample - update scene to correct CS conventions
1 parent e8cdc97 commit 7a35ae9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ovis/samples/aruco_ar_demo.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414

1515
win = cv.ovis.createWindow("arucoAR", imsize, flags=0)
1616
win.setCameraIntrinsics(K, imsize)
17-
win.createEntity("figure", "Sinbad.mesh", (0, 0, -5), (-1.57, 0, 0))
18-
win.createLightEntity("sun", (0, 0, -100))
17+
win.createEntity("figure", "Sinbad.mesh", (0, 0, 5), (1.57, 0, 0))
18+
win.createLightEntity("sun", (0, 0, 100))
1919

2020
# video capture
2121
cap = cv.VideoCapture(0)

0 commit comments

Comments
 (0)