MartyX Grover
- Total activity 2348
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 1
- Subscriptions 727
Comments
Recent activity by MartyX Grover-
At the start of this case you mentioned that you were using SDK 2.22. Did you mean 2.42? As version 2.22 dates back to May 2019 and so is very out of date. If you are using 2.22: if this issue is...
-
If auto-exposure is being used then there is the possibility of bad frames at pipeline start because the auto-exposure is still settling down for the first several frames (this problem does not occ...
-
I have been through all the multicam code again from the beginning. A point that keeps coming to my notice is that your conversion does not make use of an emplace instruction as part of the code f...
-
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...