Hi @Sebastien
You can use the "f" variable
It will return the number of objects detected ( will always be 1) The pose of the object from the base reference frame, and the detection score.
To assign the detection score to a variable you could use the following assignment :
var1=f[7]
Hi pros,
how do you guys troubleshoot images with the Robotiq camera. In one of our application we have a snapshop position during production that is different than the snapshot position that we have during part calibration. So when we take images during production and there is an issue we have some problems troubleshooting since if we want to just test the part in place we have to go in the camera locate wizard but when doing so we must move the robot to the calibration position where the part was taught and this is not what we want to do. Is is possible to get the score value of the found image in the program, from a variable for example?