MartyX Grover
- Total activity 2396
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 1
- Subscriptions 739
Comments
Recent activity by MartyX Grover-
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...
-
Hi Admin The link below explains why you are experiencing this error message with the RealSense Viewer due to the age of your computer's third-generation processor. https://github.com/IntelRealSe...
-
In January 2018, Intel demonstrated a system with D435 cameras where the start and end of capture were triggered by a commercial grade flash. The spike in camera data caused by the flash acted as ...