Items with no label
3335 Discussions

I want to make a simple Object tracking application with SR300 and SDK-R3

mniiz
Beginner
1,337 Views

I want to make a simple Object tracking application.

The Application roughly overview is following.

・preparatory step

・firstly User make a "3DScan.obj" by scanning target object with Scan3D.cs

・main step

・Application loads a "3DScan.obj" file made by prepartatory step.

・Application displays the streaming Image on the window and draw the circle on the target object

Question

・I don't know how to use *.obj file So Dose anyone have sample program like as described above?

※Configration

・windows10

・SR300

・SDK-R3

0 Kudos
1 Reply
MartyG
Honored Contributor III
235 Views

It is possible to view .OBJ model files using the scripting language of your preference. For example, if you are using C++ then google for 'c++ obj viewer', or if using C# , search for 'C# obj viewer'. You should be able to integrate these scripts into your application.

There are also JavaScript versions available, though the old R2 and R3 SDKs have a potential security vulnerability in their web component that makes using web languages with your SDK applications inadvisable.

0 Kudos
Reply