pyrealsense keyboard input?
If I want to press a key on the keyboard and have it reorient the camera on a specific axis, is there anything from the realsense library that could perform that?
-
Hi Edenclaire8 The RealSense SDK's pyrealsense2 example program opencv_pointcloud_viewer.py has controls for rotating a pointcloud by dragging it around with the left mouse button, plus some additional key-input controls. The rotation code may be adaptable for key input instead of mouse button.
Please sign in to leave a comment.
Comments
1 comment