Robotiq Wrist Camera- Printable Version +- RoboDK Forum (//m.sinclairbody.com/forum) +-- Forum: RoboDK (EN) (//m.sinclairbody.com/forum/Forum-RoboDK-EN) +——um: General questions about RoboDK (//m.sinclairbody.com/forum/Forum-General-questions-about-RoboDK) +--- Thread: Robotiq Wrist Camera (/Thread-Robotiq-Wrist-Camera) |
Robotiq Wrist Camera-AaronDK-12-05-2021 Has anyone setup programs for a Robotiq wrist camera, UR10e robot with RoboDK? I am looking to assembly many parts to a piece of glass, the glass is screen printed but it has some clear windows in it. I want to achieve many tasks with the camera.
Thanks Aaron RE: Robotiq Wrist Camera-Sam-12-06-2021 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/examples.html#qr-codes-and-barcodes //m.sinclairbody.com/doc/en/PythonAPI/examples.html#object-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! |