rgerum/cameratransform

How can I init SpatialOrientation with extri matrix?

leviome opened this issue · 1 comments

without setting elevation_m, tilt.

rgerum commented

That's currently not supported. But might be a nice feature to implement.
What you could try for now is to set the matrix with camera.orientation.R and camera.orientation.R_inv, camera being your instance of the Camera class.