Setting camera orientation in RecFusion SDK

Hi,

I was wondering how (if possible) to set the camera orientation in the RecFusion SDK?

Thanks in advance!

Greetings Niek

Hello Niek,

Camera orientation might be important only for the visualization but not the actual reconstruction. If you are performing visualization similarly to QtReconstruction sample using the Qt library, you can visualize the images from camera with a proper orientation by using QPixmap::transformed function and supplying a corresponding transformation matrix.

Best regards,
Olga

Hi Olga,

Thanks for the information!

Greetings Niek