Forum

Author Topic: Creating markers and position in python - then how to track them ?  (Read 3052 times)

blambert3d

  • Newbie
  • *
  • Posts: 2
    • View Profile
I have a script that creates markers and then sets a reference position in 3d, it uses reference.location and works fine, I have a custom marker set from my other 3d software

I now need to be able to track these over a frame sequence, but I think there's a step missing

Is it next possible to have Pscan detect these points and assign them to photos, we are tracking sequences  ?

blambert3d

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: Creating markers and position in python - then how to track them ?
« Reply #1 on: April 06, 2015, 01:43:01 PM »
Some further information:

I now have the following data for multiple marker points :

-3d location reference (x,y,z)
-Pixel locations per camera (x,y)

Is it possible to add markers and assign them the above data via Python ?