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-
Great to hear - thanks so much for the update!
-
Hi Veronica Bianchi R4p Multiple SR300 / SR305 cameras can interfere with each other, unlike the RealSense 400 Series cameras that do not interfere with each other. As a starting point in investi...
-
The most obvious difference between your script and those of rs-multicam and the AntoineWefit example is that your script is not making use of emplace, whilst those two examples do. https://github....
-
Okay, thanks very much for the confirmation that you are using the Windows OS. It would be helpful if you could post the entire script if possible.
-
Which method did you use to build librealsense please and on which operating system? If you built it on Linux from source code using the RSUSB method then for multicam applications on Linux, libre...
-
If your main goal is to obtain the ply files and how you obtain them is not important then you may find it easier to use the RealSense Viewer program. Its 3D point cloud mode has an Export option ...
-
Hi Yixun Liu It sounds as though you want to (a) connect the tablet to the PC, and then in turn (b) connect the camera to the tablet (not connect the camera to the PC). So as the camera would be ...
-
Hi Kirkpennock If you have activated RGB, depth and the IMU in any order during the same session in the RealSense Viewer then No Frames Received can occur. Whatever order the stream types are tog...
-
Hi Revathi This complexity of filename generation is somewhat outside of my programming experience. Looking at your code though, it seems to be generating a filename from the uuid ID successfully...
-
My research did not find much information about use of imencode with RealSense specifically, though did locate an imencode-using RealSense program for pyrealsense2 (Python) for sending and receivin...