pablocael Posted August 3, 2018 Posted August 3, 2018 Hi, Im trying to position cameras using a pose reconstruction from a AR marker in a paper. So I need to place projection and view myself based on the reconstructed camera parameters. 1) can I disable vive pro tracking? 2) can I set projection / view matrix for vive pro displays (eye cameras)? Thanks!
dario Posted August 3, 2018 Posted August 3, 2018 I'm not sure what you want to accomplish but since you mentioned Positron and asked about disabling Vive tracking (this isn't a Pro specific question but Vive and Vive Pro correct?) and using just the IMU data you should be aware that you would need to build your own driver for tracking as described here: https://github.com/ValveSoftware/openvr/wiki/ImuSample_t https://github.com/ValveSoftware/openvr/wiki/TrackingOverrides
pablocael Posted August 3, 2018 Author Posted August 3, 2018 Thanks for the reply! What I really want is to position the camera based on a tracked marker in the real world. So I need to disable vive trackers and user vive pro cameras to calibrate de view and projection matrices. Then I want to set them myself. So in the case of a track overrride driver, I would need to access the textures of the front cameras as well.
liyi_zheng Posted August 9, 2018 Posted August 9, 2018 Hi pablocael, 1) yes, set TargetEye of camera None 2) yes, the easier way is to let camera be a child and control the transform of its parent.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.