MartyG
- Total activity 5964
- Last activity
- Member since
- Following 0 users
- Followed by 7 users
- Votes 3
- Subscriptions 1820
Comments
Recent activity by MartyG-
You could try asking the JetScan project creator devshank using the contact button on their profile. https://www.hackster.io/devshank
-
There are a couple of jsons in this folder of the project: https://github.com/devshank3/Open3D-for-Jetson/tree/cuda/examples/Python/ReconstructionSystem/config
-
Apparently the camera_intrinsic.json at the quoted link is no longer there now. https://github.com/devshank3/Open3D-for-Jetson/tree/cuda/examples/Python/ReconstructionSystem/dataset
-
I am not a C# specialist and creating librealsense applications in that language can be more complex than developing in C++ or Python. If you post a question on the RealSense GitHub forum then the...
-
If you have 6 cameras attached to the same computer and streaming simultaneously, it is always going to be demanding to process. Even for a four-camera multicam setup on the same machine, a powerf...
-
Hi Ksgokulraj06 If your goal is to do object avoidance with ROS then Intel's ros_object_analytics package can provide object avoidance and 'semantic SLAM': https://github.com/intel/ros_object_anal...
-
Hi Andrea Cecchetto Ac It looks as though the robot shown in that short video is the same one featured in Intel's longer 44 minute seminar about using D435 and T265 together. https://www.youtube...
-
Is the lighting in the room always completely consistent and there are no events that could increase the strength of the light that is being cast onto the observed scene? Such as sunlight, or some...
-
Okay, so it looks as though the White To Black colorizer scheme (number '2') is being applied. So depth that would normally be in full color is rendered in shades of monochrome instead. That inde...
-
Hi Amitelle1337 There is little information on this subject. My research indicates though that a librealsense C# wrapper file called RefCountedPooledObject.cs is involved in the pool object count...