Posts: 15
Threads: 9
Joined: Mar 2020
Reputation:
0
03-24-2020, 10:30 AM
(This post was last modified: 03-24-2020, 10:37 AM byAlbert.)
hello,
I was wondering if there is any tutorial on programming 2d cameras in UR robots, I've seen the example and I didn't understand, can you help me?
Posts: 2,466
Threads: 2
Joined: Apr 2018
Reputation:
133
The 2D camera simulations you'll find in RoboDK don't apply image recognition. Instead, the camera input is simulated given the position of the object (extracted through the API). You can implement your camera recognition algorithms externally.
Posts: 15
Threads: 9
Joined: Mar 2020
Reputation:
0
and how can I implement my camera recognition algorithms externally?
Posts: 17
Threads: 6
Joined: Mar 2020
Reputation:
0
I would like to know how to do it as well. Can you point us in the direction where we can learn about this?