<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How do I integrate a camera with a vive tracker? in VRED Forum</title>
    <link>https://forums.autodesk.com/t5/vred-forum/how-do-i-integrate-a-camera-with-a-vive-tracker/m-p/9005403#M5232</link>
    <description>&lt;P&gt;Maybe is not your camera the problem....&lt;/P&gt;&lt;P&gt;Have you checked what is explained here?&amp;nbsp;&lt;A href="https://forums.autodesk.com/t5/vred-forum/vive-tracker-orientation-issue-vred-2019/m-p/8766581" target="_blank" rel="noopener"&gt;https://forums.autodesk.com/t5/vred-forum/vive-tracker-orientation-issue-vred-2019/m-p/8766581&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;</description>
    <pubDate>Wed, 04 Sep 2019 11:33:13 GMT</pubDate>
    <dc:creator>Christian_Garimberti</dc:creator>
    <dc:date>2019-09-04T11:33:13Z</dc:date>
    <item>
      <title>How do I integrate a camera with a vive tracker?</title>
      <link>https://forums.autodesk.com/t5/vred-forum/how-do-i-integrate-a-camera-with-a-vive-tracker/m-p/8999982#M5229</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to create a mixed reality so that a 3d model exists on a real screen by attaching a vive tracker to a real camera.&lt;/P&gt;&lt;P&gt;For example, you might want to create a screen that overlaps a 3d car on a real car. The background is chroma keyed so that it receives the actual camera screen.&lt;/P&gt;&lt;P&gt;In order to work with the actual "GoPro" camera screen, I'm going to create a virtual camera in vred to work with the tracker.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;// Development environment&lt;BR /&gt;: VRED 2020.1&lt;BR /&gt;: HTC Vive biz edition&lt;BR /&gt;: vive tracker&lt;BR /&gt;: gopro (real camera)&lt;BR /&gt;: DISPLAY -&amp;gt; OPENVR HMD&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;//Questions&lt;BR /&gt;In the OpenVRTracker.vpb code, I replaced findnode with the camera I created.&lt;BR /&gt;Change the tracker visible to True and not touch anything else.&lt;BR /&gt;&lt;BR /&gt;In the attached image, you can see the tracker attached toward the front of the camera. The tracker is attached to the top of the actual camera, so I want to turn the tracker's three legs to the top, not the front.&lt;BR /&gt;&lt;BR /&gt;I would be grateful if you could tell me python code or api function.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;AND I would like to know if there is a better way to link the camera and tracker.&lt;BR /&gt;If you have a good example to reference, I'd like to know the example name.&lt;BR /&gt;&lt;BR /&gt;vr/attachToTracker.py&lt;BR /&gt;camera-fixed-object.py&lt;BR /&gt;&lt;BR /&gt;I also referenced the example above, but attaching a camera node behaved strangely.&lt;BR /&gt;As in the example, a box or a normal object works well, but it works strangely with only a camera attached.&lt;BR /&gt;In the code, I changed the objects (box, teddy, and so on) to camera nodes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Sun, 01 Sep 2019 14:51:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vred-forum/how-do-i-integrate-a-camera-with-a-vive-tracker/m-p/8999982#M5229</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-09-01T14:51:37Z</dc:date>
    </item>
    <item>
      <title>Re: How do I integrate a camera with a vive tracker?</title>
      <link>https://forums.autodesk.com/t5/vred-forum/how-do-i-integrate-a-camera-with-a-vive-tracker/m-p/9001507#M5230</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;try to put the camera inside the MatrixTracker0 node, not outside.&lt;/P&gt;&lt;P&gt;and in the script leave the findNode with the "MatrixTracker0" node.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maybe this solve the alignment problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Mon, 02 Sep 2019 15:37:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vred-forum/how-do-i-integrate-a-camera-with-a-vive-tracker/m-p/9001507#M5230</guid>
      <dc:creator>Christian_Garimberti</dc:creator>
      <dc:date>2019-09-02T15:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: How do I integrate a camera with a vive tracker?</title>
      <link>https://forums.autodesk.com/t5/vred-forum/how-do-i-integrate-a-camera-with-a-vive-tracker/m-p/9003590#M5231</link>
      <description>&lt;P&gt;Hi, Chris.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the answer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;//perspective cam = cam A&lt;/P&gt;&lt;P&gt;//created cam = cam B&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I put the cam B under matrixtracker0(see attached), adjusted the position to 0,0,0, and matched the axis by adjusting the rotation. I adjusted it by looking at the cam B, x, y, and z axes with the cam A.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After the adjustment, I switch to the camera('camt', I made) and the screen moves around quickly and moves away. I think it is influenced by the 'moved' function, but I don't know how to modify the code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2019 15:33:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vred-forum/how-do-i-integrate-a-camera-with-a-vive-tracker/m-p/9003590#M5231</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-09-03T15:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: How do I integrate a camera with a vive tracker?</title>
      <link>https://forums.autodesk.com/t5/vred-forum/how-do-i-integrate-a-camera-with-a-vive-tracker/m-p/9005403#M5232</link>
      <description>&lt;P&gt;Maybe is not your camera the problem....&lt;/P&gt;&lt;P&gt;Have you checked what is explained here?&amp;nbsp;&lt;A href="https://forums.autodesk.com/t5/vred-forum/vive-tracker-orientation-issue-vred-2019/m-p/8766581" target="_blank" rel="noopener"&gt;https://forums.autodesk.com/t5/vred-forum/vive-tracker-orientation-issue-vred-2019/m-p/8766581&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Wed, 04 Sep 2019 11:33:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vred-forum/how-do-i-integrate-a-camera-with-a-vive-tracker/m-p/9005403#M5232</guid>
      <dc:creator>Christian_Garimberti</dc:creator>
      <dc:date>2019-09-04T11:33:13Z</dc:date>
    </item>
    <item>
      <title>Re: How do I integrate a camera with a vive tracker?</title>
      <link>https://forums.autodesk.com/t5/vred-forum/how-do-i-integrate-a-camera-with-a-vive-tracker/m-p/9015335#M5233</link>
      <description>&lt;P&gt;Unfortunately, the same problem occurs despite changing the settings.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think it is because this code is deprecated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The 'vrOpenVrController' module has been deprecated. (see attachments)&lt;/P&gt;&lt;P&gt;(This means 'openvrTracker' example is also deprecated.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The documentation says to use 'vrDevice' instead. (VRED 2020.1)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;By the way, using 'vrDevice' I can't use the code right now. There are many missing or changed methods.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I tried the 'attachtotracker' example code, not the 'openvrtracker' example, but it's not working as I wanted.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Attaching an object to the tracker works, but attaching the camera does not work properly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm thinking about the idea of which combination to apply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know if you have the same concerns or you already know.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best&lt;/P&gt;&lt;P&gt;Aiden&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2019 03:05:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vred-forum/how-do-i-integrate-a-camera-with-a-vive-tracker/m-p/9015335#M5233</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-09-10T03:05:48Z</dc:date>
    </item>
  </channel>
</rss>

