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-
Hi Victor As you are using ROS1, you should be able to check the gain value using the dynamic reconfigure interface described at the link below. https://github.com/IntelRealSense/realsense-ros#set...
-
Hi Asd490695922 If you have created a custom waterproofed housing for your camera, please check that the viewpoint of the sensors is not obscured by any part of the housing. If the camera is beh...
-
Does the error still occur if you use static void instead of void? For example: static void rs2_deproject_pixel_to_point(float point[3], const struct rs2_intrinsics * intrin, const float pixel[...
-
width/2 and height/2 is the center pixel of the image for the currently set resolution.
-
When using an external non-RealSense camera, compatibility with the Vision Processor D4 Board should not matter as it is not being connected to the V4 board. If you wanted to replace the RealSens...
-
Hi Pei Jia The default ordering of RealSense /video channels on camera models with depth, infrared and RGB is usually Depth (video0), Infrared (video1) and RGB (video2), as described in the link b...
-
A method of detecting the corners of a rectange is to use a print-out of a fiducial image tag such as ArUco or ChArUco. ArUco https://docs.opencv.org/3.4/db/da9/tutorial_aruco_board_detection.html ...
-
Hi Mchudzik RGB auto white-balance will analyze the scene that the camera is observing and choose what it thinks are the best color temperature values for that scene. With manual white balance, ...
-
Hi Yixun Liu You may achieve a better quality depth image with fewer large holes at 0.0001 scale but not one with more accurate depth measurement. You may be able to consider the RealSense D405 ...
-
Hi Gogo-t-1999 Application code will be executed on the computing device. The Beckhoff PLC CX5130 is listed as having an Intel Atom processor. RealSense 400 Series cameras can work with any Inte...