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-
Hi Somusundram R Information about the Rotation and Translation vectors can be found in the Extrinsic camera parameters section of the SDK's Projection documentation. https://dev.intelrealsense.co...
-
Hi Ninafiona Are you referring to how resolutions may sometimes be expressed with a third number on the end, such as 480x640x2 ? If so, the discussion in the link below may be helpful. https://gi...
-
Hi Iolcoz I have not seen that particular I2C error in relation to setting the ROI. The link below though offers some general advice from a RealSense team member about checks in your code that yo...
-
For the reference of other readers of this case, I will post a link to the GitHub version of the above questions. https://github.com/IntelRealSense/librealsense/issues/8474
-
It could be related to the problem. The white paper states that per-frame metadata is necessary for HDR merging.
-
There is a recommended order for filter types to be applied in, as described in the link below. https://github.com/IntelRealSense/librealsense/blob/master/doc/post-processing-filters.md#using-filt...
-
Hi Huawatuam The High Dynamic Range (HDR) toggle instruction RS2_OPTION_HDR_ENABLED was introduced in SDK 2.39.0 and requires at least firmware version 5.12.8.200. So you should be using SDK and ...
-
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...