Hello,
Has anyone ever experimented with object recognition? Even on a basic level, either using intuiface or any other software. Our first step is having the touch points recognized by the system. Just curious what others have tried using PCap or flatfrogs InGlass technology.
We recently received a few requests about object recognition and the TUIO protocol. I worked on a little Interface Asset that would listen to this protocol and let you use objects in an IntuiFace experience.
If you have any way of testing this with real objects, please tell me and I’ll share a test project with you.
We are using it with objects with plastic stoppers on the base. This way the touch display sees the unique pattern and displays the specific content. Currently, we are achieving this as a custom app but would like to explore using Intuiface for some of our less unique projects.
Are you developing the software that recognizes the patterns? If so, I guess you could export this information through the TUIO protocol and use my Interface Asset to retrieve the object information within IntuiFace.
You could also think about creating your own Interface Asset to include your code directly in your project.
We been using Object Viz for object recognition, but we couldn’t integrate the same for IntuiFace experience. Can you please send me the experience which supports object recognition.
You’re right, that’s a custom interface asset I made as any Enterprise edition customer could create. That doesn’t prevent you from testing it with the Free or Pro version, you just won’t be able to save your experience.
Hey, it works! For each object I send, I get a grey circle with an angle indicator. Moving the object on the sensor is reflected on the view, turning also indicated. I’ve placed 3 different objects on the sensor and they all render on the display. Great start!
So I made a 135MB movie of the experiment. about a minute of video.
What I see is that although the TUIO objects are reported in the scene, the cursors are silently discarded. Can you confirm? The image that is movable with windows touch events is not responsive to TUIO cursor events.