alathon / EmguCVWallViz

1 stars 0 forks source link

[Code] TUIO server #4

Closed alathon closed 8 years ago

alathon commented 8 years ago

Implement the necessary parts to become a TUIO server, that can take incoming TUIO client connections and emit relevant events to them. In our case, relevant events is simply when a cursor is created, updated or deleted.

The TUIO server methods should be getting called in response to blob tracking events, which it will translate to TUIO events (where we f.ex need to map from screen space to 0-1 along both axis, and emit to listening clients.

alathon commented 8 years ago

Closing as we have moved away from using TUIO thus far.