Hello,
I am developing à Userhook application in C# and I would like to get the number of pieces recognised by the camera.
I allready use the command :
picker.AddLog(new ABB.PickMaster.UserHooks.LogMessage("Items: "+positions.Length.ToString()));
But this gives all the recognised positions, even when the camera see two time the same object.
So I would like to know the code to display only the final result with the number of position equal the number of pieces.
Thank you for your help and wish you the best.
Bests regards, Antoine Druet.