MartyG
- Total activity 5964
- Last activity
- Member since
- Following 0 users
- Followed by 7 users
- Votes 3
- Subscriptions 1820
Comments
Recent activity by MartyG-
Hi Sajed77ss This question has been responded to here: https://github.com/IntelRealSense/librealsense/issues/14043 Thanks very much!
-
Hi Sales01 It looks as though your account has been created successfully, and you were able to sign in as Sales01 despite the error. You would not have been able to post a message if you were not...
-
The SDK's Python example program opencv_pointcoud_viewer.py has a mechanism for rotating the pointcloud with the left mouse button. https://github.com/IntelRealSense/librealsense/blob/master/wrappe...
-
As the official RealSense pointcloud example programs for C++ and Python incorporate the ability to rotate the pointcloud's viewpoint (which is not altering the depth data itself), you should be ok...
-
It is not necessary to perform special calculations to take the tilt angle into account. The camera's stereo depth algorithm can generate depth no matter what angle the camera is rotated to. Whe...
-
You can also find the angle of the camera relative to the floor plane without the IMU by using a plane-fit algorithm. https://support.intelrealsense.com/hc/en-us/community/posts/360050894154/comm...
-
You are very welcome! There is not a filter for setting IMU angles. However, there is an example of Python code for retrieving IMU pitch, roll and yaw here: https://github.com/IntelRealSense/lib...
-
Hi Pratheeshprem In Ubuntu, one method for getting a program to detect the camera is to launch a program (such as a Python script) in sudo admin permissions mode. If you have Windows 11 then it i...
-
A factor that can influence how well the camera works on a particular computer is what USB controller (the component that handles the USB ports) was chosen by that computer's manufacturer. There a...
-
Hi Jo Samuel Is your laptop using Windows? If it is then please check the Windows camera privacy settings to confirm if permission to access the camera and permission for programs to access the c...