MartyG
- Total activity 5964
- Last activity
- Member since
- Following 0 users
- Followed by 7 users
- Votes 3
- Subscriptions 1820
Comments
Recent activity by MartyG-
Hi Utanwar An RGB sensor is not required for detecting depth, as the camera generates a depth frame from a pair of left and right infrared images. These are raw infrared images produced by the ca...
-
A possible approach for creating a bounding box for irregularly shaped objects is to use OpenCV contour code to form a bounding around the object from rectangles and circles. https://docs.opencv.or...
-
1. box_dimensioner_multicam can be used with a single camera without having the modify the parameters. If you wish to use a larger chessboard image than 6x9" though then you will need to modif...
-
Thank you very much for the clarification. box_dimensioner_multicam will work with a single camera. It is the best open-source solution available for box measuring with a RealSense camera. Beca...
-
Hi Yoges It Tech Are you a different person to Darkdevelopers6710 who created this discussion, please?
-
Do you mean the box_dimensioner_multicam link? If you do then that project works with a single camera.
-
Is the RealSense Viewer closed when you run a Python script? What method did you use to install the pyrealsense2 wrapper on Pi?
-
If you are able to use a pre-existing commercial software solution then object dimensioning software by a company called MobileWorx might meet your needs. It enables objects such as boxes to be me...
-
Hi Darkdevelopers6710 The RealSense SDK has a Python box measuring example project called box_dimensioner_Multicam. Despite the name, it can be used with a single camera like in your setup in the ...
-
Does the simple test script at the link below work? If it does then it could suggest that the additional elements of your script other than basic depth and color streaming (such as zooming and cli...