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-
Hello, The subject of non-zero coefficients for color on the D455 model was discussed recently in the case in the link below: https://github.com/IntelRealSense/realsense-ros/issues/1580 The subjec...
-
Hi Jkhong9 Intel's External Synchronization white-paper is more recent than the multiple camera white paper and discusses the genlock sync feature for configuring trigger sequences for multiple ca...
-
Thanks very much. If you are using Windows then the setup process for the Unity wrapper should be straightforward. 1. Install the full Windows version of the RealSense SDK using the installer fil...
-
Hi Palov As a first step, could you confirm please whether you are using Windows? Thanks!
-
I am not involved in technical support for the L515 model. Please create a separate case on this forum for that particular question and set it to the 'L515' topic name. Thanks!
-
Hi Francois Lessard Ciussse-chus The D415 would be highly suitable for your needs. Its optimal-accuracy depth resolution is 1280x720 and it is well suited to scanning static or slow-moving object...
-
I do not have information that precisely describes differences between rs2::frame and cv::mat. Typically, the conversion process involves storing the height (h) and width (w) of the rs2 frame and ...
-
cv::mat could be converted back to rs2::frame https://github.com/IntelRealSense/librealsense/issues/2634
-
You can either use get_distance() or you can multiply the 16-bit pixel depth value uint16_t by the depth unit scale to obtain the distance in meters. These two methods are compared in the discussi...
-
The linkage between a RealSense and non-RealSense camera that you are seeking reminds me of a past case about how a RealSense camera and a non-RealSense camera needed to be started and stopped at t...