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 remember that the SR300 has a different depth scale to the 400 Series cameras. The default depth scale on the 400 Series cameras is 1mm ('0.001' meters). On the SR300 though it is 1/32 mm, whic...
-
Yes, the SR305 has the SR300 camera module inside it and acted as an entry-level model in the RealSense product family with a new casing that was easier to mount. The SR300 technology dates back t...
-
May I ask please what the purpose of the point cloud scan is please? If it is to create a 3D representation of an object then you may get better results with SR300 technology from a solid 3D model...
-
Hi Olivier Huet JNI supports the loading of custom Visual Preset (json) camera configuration files. https://github.com/IntelRealSense/librealsense/pull/3771 I believe that that the json parameter ...
-
Hi Sandesh Kumar S If you want to create your own custom frameset, you can do so with software_device or by creating a custom processing block. https://github.com/IntelRealSense/librealsense/issue...
-
I would not recommend doing start-stop-start multiple times per second under "stress test" conditions for a prolonged period of time, but if stop-start is occurring at a slower speed then I do not ...
-
I suggested poll_for_frames() just because it is general recommended practice for multicam applications, though some RealSense users do choose to use wait_for_frames() and find that it does not neg...
-
If you are using multicam code then it is recommended to use poll_for_frames() like the rs_multicam example does instead of wait_for_frames(), even if you currently have only one camera attached du...
-
I recalled a recent case in which somebody was doing almost the same as you - using four SR305 and trying to create an application to capture separate ply files by having one camera at a time activ...
-
Would it be possible please to provide links to the PointCloudMC and SavePointCloudMC examples that you used please, as I cannot find them.