MartyX Grover
- Total activity 2288
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 1
- Subscriptions 713
Comments
Recent activity by MartyX Grover-
I would add of course that USB Type-C cables that will fit the camera can be obtained from other suppliers / manufacturers. The most important factor is that the cable is high quality, especially ...
-
Newnex have been previously quoted in the official RealSense technical data sheet document as a logistics source for USB cables for 400 Series cameras, so I would recommend querying to them about c...
-
Hi Kent Liew If you are enquiring where you can obtain USB Type-C cables for RealSense 400 Series cameras, a company called Newnex can supply high quality USB cables that are validated for use with...
-
The RealSense SDK's bag format has some differences from the ROS rosbag format that may make an SDK-recorded bag (such as a Viewer-recorded one) incompatible with ROS and vice versa, as decribed in...
-
Hi Varsha 11891 Bag files store the data of individual streams such as depth and color. A point cloud can be generated in real-time once the bag file is loaded into the computer's memory. Could ...
-
Hi Irodriguez A RealSense team member provides a Python code snippet in the link below for setting the autoexposure ROI after the pipeline has been started. https://github.com/IntelRealSense/libre...
-
I will follow up on my earlier contact with Intel Customer Support with a reminder about your problem. I apologize for the delay.
-
November 8 is the current estimated date, yes. I performed further research of major retailers known to stock RealSense and most are currently out of stock. Rutronik24 apparently have some D435i ...
-
If the callback error message is being generated from the librealsense file rs-processing.cpp as the link to Doronhi's comment earlier in this discussion states, then inserting some code for a reco...
-
You could use the RealSense SDK to convert a 2D color pixel to a depth pixel, find the depth value of the pixel and then deproject that pixel to 3D world points. https://github.com/IntelRealSense/l...