Function holoscan::viz::GetCameraPose
- Defined in File holoviz.hpp 
- 
void holoscan::viz::GetCameraPose(size_t size, float *matrix)
- Get the camera pose. - The camera parameters are returned in a 4x4 row major projection matrix. - The camera is operated using the mouse. - Orbit (LMB) 
- Pan (LMB + CTRL | MMB) 
- Dolly (LMB + SHIFT | RMB | Mouse wheel) 
- Look Around (LMB + ALT | LMB + CTRL + SHIFT) 
- Zoom (Mouse wheel + SHIFT) 
 - Parameters
- size – size of the memory - matrixpoints to in floats
- matrix – pointer to a float array to store the row major projection matrix to