Convert haptix camera attributes to XML camera attributes

Discussion in 'Priority support' started by OkayHuman, Jan 16, 2019.

  1. How can I convert this Haptix camera:
    self.viewer.cam.distance = 2.5
    self.viewer.cam.azimuth = 132
    self.viewer.cam.elevation = -14

    To an XML camera with euler angles and position?
     
  2. Emo Todorov

    Emo Todorov Administrator Staff Member

    The XML does not support the distance/azimuth/elevation format. You would have to do the math yourself.