MartyG
- Total activity 5964
- Last activity
- Member since
- Following 0 users
- Followed by 7 users
- Votes 3
- Subscriptions 1820
Comments
Recent activity by MartyG-
Hello Lblsydx A pointcloud is generated by a component of the RealSense SDK called the pointcloud processing block when the pc.calculate() instruction is used, although there is not a detailed des...
-
Please try setting Accel to 250 and Gyro to 400. Do these higher frequencies affect the number of samples or do they remain at 6,000 samples?
-
Your English has been very good, so don't worry. :) It's excellent to hear that you achieved a solution. Thanks very much for the update!
-
The filenames look okay. 'aarch64' means that pyrealsense2 was built from source code on a computing device with an Arm processor chip (the RK), and 'cpython-310' means that it is being used with ...
-
Hi Hamedtaheri A RealSense development team member advised at the link below that writing to .csv was "extremely not efficient" and recommended saving data to a .bag file instead and then extract...
-
Thank you. Next, please try changing the pyrealsense import line from this: import pyrealsense2 as rs to this: import pyrealsense2.pyrealsense2 as rs
-
Hello, have you installed the pyrealsense2 Python compatibility wrapper on your RK3588 computer, please? If you have not then adding the parameter below to line 46 of the libuvc_installation.sh li...
-
D457 is usually used in GMSL with Jetson computing boards rather than PC. The RealSense MIPI driver provides official support for the Jetson 'AGX Xavier' and 'Orin' models. To use the driver with...
-
Hi Khaoula Bakas 78 The information at the link below should be helpful for answering your questions. https://support.intelrealsense.com/hc/en-us/community/posts/36191417616147/comments/3620446973...
-
Hi Markpierz D457 is an excellent choice for use with GMSL in mobile robot or vehicle projects where multiple cameras are being used. An example would be an autonomous vehicle that has up to eigh...