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-
I have not experienced Notch myself, though the Notch manual states under the heading Using multiple RealSense cameras with Notch that it supports up to four RealSense cameras. https://manual.notch...
-
Yes, the 400 Series cameras can work from behind glass. An example of this is a custom housing for the camera that an underwater project used. https://github.com/IntelRealSense/realsense-ros/issue...
-
Hi Antonio If you are using all cameras simultaneously on the same computer then four cameras is a good maximum to consider. For that number of cameras, a computer with an i7 processor or better ...
-
Hi Hamid Rezaie If you need to detect the pose of multiple boxes simultaneously instead of just one box then a DOPE approach based on ROS may be suited to your requirements. Such a system uses an...
-
Hi Yixun Liu The RealSense D435i and other 400 Series camera models such as D415, D435 and D455 continue to be produced. They can be purchased online from the official RealSense store for direct ...
-
The only demonstrated setting of frames_queue_size in the ROS wrapper is in the link below, where it is defined as a dynamic_reconfigure parameter. https://github.com/IntelRealSense/realsense-ros/i...
-
I was unable to find where the minimum and maximm expected frequency values in the /diagnostics topic are generated. The only diagnostics reference that I could find was the one that apparently ge...
-
Hi Tv9500 Once a .raw depth file has been exported from the RealSense SDK then you could read its data using program scripting, such as the example code in the link below. https://github.com/Intel...
-
The Projection documentation provides the only explanation I know of about the difference between Brown-Conrady and Inverse Brown Conrady. The documentation states that, as the name suggests, Inve...
-
Are you developing your tool using the Dynamic Calibration API's Programmer's Guide version of the user guide, please? https://dev.intelrealsense.com/docs/d400-dynamic-calibration-quick-start-guide...