Xcode 15 beta 6 :
Xcode is looking for "${applicationName}" in the strings file keys instead of the value only.
(it was working on Xcode 14)
error : Invalid Utterance. Every App Shortcut utterance should have one '${applicationName}' in it.
Post
Replies
Boosts
Views
Activity
Best way to get a precise rectangle bounds on a 3D object ?
In my case, I want to get the horizontal rectangle of several keys on a piano keyboard. My solution is to put tracker on the keys:
For that I have 2 questions :
First : What is the more accurate tracker between image recognition (with good contrast) or clip code ?
Second : Can it be more precise to put multiple clip codes on my piano keyboard ? For example, put 4 clip codes. (One on each corner of the bounding box of my group of keys)
Thanks a lot