Skip to content

Augmenta-tech/Augmenta-notch-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 

Repository files navigation

README

Augmenta for Notch

Notch example (using the TUIO + OSC protocol) created by THEORIZ Studio


Notch-Augmenta

Youtube tutorial

Notch standalone

Notch block embedded in media servers

Notch block example download : https://github.com/Augmenta-tech/Augmenta-notch-example/releases

Receiving TUIO / OSC Data from INSIDE the Notch block

Receiving TUIO / OSC Data from OUTSIDE the Notch block

How to : Notch

Setup

To start developping your application you probably need some Augmenta data. For that :

/!\ (The simulator is not yet supporting TUIO as output, so we will use Fusion for now.

  • Get the latest version of Fusion
  • Setup your scene by entering the size in meter and the resolution in pixel
  • Create TUIO output
  • Select Notch preset

Tuio

Receive Data in Notch : TUIO / OSC

(These steps are already setup in the example)

  • Enable TUIO in your project : go to Project / Settings / Protocols
  • Enter the TUIO receive port
  • Enter OSC receive port

port

Set resolution viewport

(The example provided has a Spout and NDI video output)

  • Project / Settings / Rendering : Output Width, Output Height

Capture3

Augmenta Block

Notch Explication

Create

Your are ready now to make your own creation with Notch and Augmenta ! Enjoy and share it ;)

notch

How to : Notch block for media servers

You can export a Notch block to use it inside a media server.

Notch block example download : https://github.com/Augmenta-tech/Augmenta-notch-example/releases

This example is designed to have two distincts workflows from the same block

Receiving TUIO / OSC Data INSIDE the Notch block

The TUIO and OSC data will be received from the ports already defined in the Notch. (Default to TUIO : 13000 and OSC : 13100)

/!\ It is not possible to expose these ports values in the Notch block so it's not possible to change those ports (at the time of writing) !

Receiving TUIO / OSC Data OUTSIDE the Notch block

The TUIO and OSC data will be received from the media server and then the resulting data (scene size and object position array) will be passed to the Notch block.

Note : This is useful when you intend to have several Augmenta Notch block in your media server composition. This workflow enables creating one OSC TUIO connection and pass the data to the different blocks instead of creating one connection per block.

/!\ Be careful that since we cannot expose or disable the Notch functionnality, the ports 13000 and 13100 will still be bound and reserved by the Notch block

Augmenta Documentation

https://github.com/Augmenta-tech/Augmenta/wiki

Version

Notch Builder 0.9.23.209