We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df1a909 commit 567dd2fCopy full SHA for 567dd2f
docs/source/includes/spatial-coords.rst
@@ -1,8 +1,8 @@
1
Spatial coordinate system
2
^^^^^^^^^^^^^^^^^^^^^^^^^
3
4
-OAK camera uses right-handed (Cartesian) coordinate system for all spatial coordiantes.
+OAK camera uses left-handed (Cartesian) coordinate system for all spatial coordiantes.
5
6
-.. image:: /_static/images/components/spatial-coordinates.png
+.. image::
7
8
-More details (image source) can be found `here <https://homepages.inf.ed.ac.uk/rbf/CVonline/LOCAL_COPIES/OWENS/LECT9/node2.html>`__.
+From the image you can see that on the frame to up the Y is positive, and on the frame to the right the X is positive.
0 commit comments