12-06-2021, 11:22 PM
Hi Aaron,
Are you planning on driving the robot and processing images from RoboDK during production?
If not, RobotiQ have a few algorithms that can run natively on the UR.
Take a look at their download page:https://robotiq.com/products/wrist-camera
You can also use RoboDK and OpenCV to do it yourself, for more flexibility and ease of development.
We're building up some code samples in our Python documentation that use OpenCV to process images.
Here are a few you might be interested in:
//m.sinclairbody.com/doc/en/PythonAPI/exam...d-barcodes
//m.sinclairbody.com/doc/en/PythonAPI/exam...-detection
You will have to connect the wrist camera through USB on the host computer and verify that it is supported by using cv2.VideoCapture(0).
Let me know how it goes!
Are you planning on driving the robot and processing images from RoboDK during production?
If not, RobotiQ have a few algorithms that can run natively on the UR.
Take a look at their download page:https://robotiq.com/products/wrist-camera
You can also use RoboDK and OpenCV to do it yourself, for more flexibility and ease of development.
We're building up some code samples in our Python documentation that use OpenCV to process images.
Here are a few you might be interested in:
//m.sinclairbody.com/doc/en/PythonAPI/exam...d-barcodes
//m.sinclairbody.com/doc/en/PythonAPI/exam...-detection
You will have to connect the wrist camera through USB on the host computer and verify that it is supported by using cv2.VideoCapture(0).
Let me know how it goes!
Please read the论坛Guidelinesbefore posting!
Find useful information about RoboDK by visiting ourOnline Documentation.
Find useful information about RoboDK by visiting ourOnline Documentation.