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-
You could capture multiple people based on their skeletons using a single 400 Series camera with the RealSense-compatible commercial software packages Cubemos Skeleton Tracking SDK or the Nuitrack ...
-
Object detection systems based on trained objects tend to recognize objects based on their characteristics rather than their precise shape and dimensions. For example, in the RealSense 'Deep Neura...
-
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...