python-pcl
python-pcl copied to clipboard
Define camera position/angle in the viewer
Your Environment
- Operating System and version: Ubuntu 16.04
- python-pcl version: 0.3.0a1
Hi, is there a way to change the camera angle/position when using the viewer? viewer = pcl.pcl_visualization.PCLVisualizering(b"3D Viewer")
It seems that there is no method available like setCameraPosition
or setCameraFieldOfView
in my installation.
Thanks!