http://<robot_ip_address>:4242/current.jpg?annotations=<on|off>
@Kaleb_Rodes On the teach pendant that is not possible, you can only have the annotated image that was processed for the part detection.
However from an external pc you can have the live image from a web browser. There are two use cases:
- The robot program is not running. In this case you can access the image from this uri
- The program is running. In this case, before accessing the image as in 1., you must issue this command to the vision server:
http://<robot_ip_address>:4242/captureimage
Can we see the live image from the wrist camera when it’s trying to locate the part?
On the UR teach pendant and/or externally (e.g. computer screen)?