Difference between revisions of "Main Page"

From Wiki IAA
Jump to: navigation, search
 
(Houdini)
 
(81 intermediate revisions by the same user not shown)
Line 1: Line 1:
<strong>MediaWiki has been installed.</strong>
+
{{Warning}}Before you start to find a solution here make sure that you checked all your hardware, restarted the machines and you read the manuals{{Warning}}
  
Consult the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents User's Guide] for information on using the wiki software.
 
  
== Getting started ==
+
=OptiTUIO - Laser Touch Controller=
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list]
+
 
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ]
+
[[File:OptiTUIO Logo.jpg|500px]]
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]
+
 
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language]
+
{{ot}} is a multitouch software which transforms any flat surface into a multi touch surface.
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Combating_spam Learn how to combat spam on your wiki]
+
 
 +
{{ot}} has a Graphical User Interface which allows the user to calibrate the setup very easily.
 +
 
 +
{{ot}} runs on Windows platforms, LINUX and on macOS operating systems.
 +
 
 +
{{ot}} supports the following outputs: Mouse, Windows Touch and TUIO.
 +
 
 +
Unlimited touch points.
 +
 
 +
Highly optimized detection algorithms.
 +
 
 +
{{ot}} supports most of the common LIDAR sensors (Hokuyo, Leuze, Sick)
 +
 
 +
 
 +
==[[OptiTUIO]] - Basics==
 +
Here you can find information's and tutorials about how to setup network and serial USB sensors with {{ot}}
 +
 
 +
==[[Manual]] - OptiTUIO Manual==
 +
Find the full {{ot}} manual here
 +
 
 +
==[[Links]] - Downloads, Manuals, etc==
 +
Links and Downloads regarding {{ot}}
 +
 
 +
==[[Release Notes]]==
 +
The latest release notes of {{ot}}
 +
 
 +
=ARTNet Controller=
 +
 
 +
 
 +
=OptiREMOTE=
 +
 
 +
 
 +
=OptiGPIO=
 +
 
 +
 
 +
=Trackmen=
 +
==[[VioTrack]] - Setup==
 +
==[[TorqTrack]] - Setup==
 +
 
 +
 
 +
=Content & Tools=
 +
==[[Video Codecs]]==
 +
==[[3D / Geometries]]==
 +
==[[DDS]]==
 +
 
 +
=Ventuz 5=
 +
==[[Import Geometries with animations]]==
 +
 
 +
 
 +
 
 +
=Ventuz 6=
 +
 
 +
=Tools=
 +
*FSpy - to get camera positions from a image (https://github.com/stuffmatic/fSpy/releases)
 +
*Ninite - Install tools with one click (https://ninite.com/)
 +
*HWInfo - Get al the details from your machien/PC  (https://www.hwinfo.com/)
 +
 
 +
 
 +
 
 +
=Houdini=
 +
 
 +
VEX
 +
 
 +
Make normals pointing to the center of a circle.
 +
 
 +
vector a = set(0,0,0);<br>
 +
@N = normalize(a-@P);
 +
 
 +
 
 +
!!!To activate normals you can also use the '''point - SOP''' and activate normals!!!
 +
 
 +
The more quick and easy way is to use '''Wrangle SOP''' and just type  ''@N = @N;''
 +
 
 +
To set values in VEX you need to use the '''set''' function.
 +
 
 +
 
 +
'''Example:'''
 +
 
 +
@Cd = set(1,0,0);
 +
 
 +
This will set the color of the geometry to red.
 +
 
 +
= Others =
 +
==[[Adresses]] - Shipping address, company address==
 +
==Check here our existing [[Templates]]==
 +
 
 +
=Private=
 +
==Matt==
 +
===[[Good Music]]===
 +
 
 +
*Consult the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents User's Guide] for information on using the wiki software.

Latest revision as of 14:02, 30 July 2020

Warning.pngBefore you start to find a solution here make sure that you checked all your hardware, restarted the machines and you read the manualsWarning.png


OptiTUIO - Laser Touch Controller

OptiTUIO Logo.jpg

OptiTUIO™ is a multitouch software which transforms any flat surface into a multi touch surface.

OptiTUIO™ has a Graphical User Interface which allows the user to calibrate the setup very easily.

OptiTUIO™ runs on Windows platforms, LINUX and on macOS operating systems.

OptiTUIO™ supports the following outputs: Mouse, Windows Touch and TUIO.

Unlimited touch points.

Highly optimized detection algorithms.

OptiTUIO™ supports most of the common LIDAR sensors (Hokuyo, Leuze, Sick)


OptiTUIO - Basics

Here you can find information's and tutorials about how to setup network and serial USB sensors with OptiTUIO

Manual - OptiTUIO Manual

Find the full OptiTUIO™ manual here

Links - Downloads, Manuals, etc

Links and Downloads regarding OptiTUIO

Release Notes

The latest release notes of OptiTUIO

ARTNet Controller

OptiREMOTE

OptiGPIO

Trackmen

VioTrack - Setup

TorqTrack - Setup

Content & Tools

Video Codecs

3D / Geometries

DDS

Ventuz 5

Import Geometries with animations

Ventuz 6

Tools


Houdini

VEX

Make normals pointing to the center of a circle.

vector a = set(0,0,0);
@N = normalize(a-@P);


!!!To activate normals you can also use the point - SOP and activate normals!!!

The more quick and easy way is to use Wrangle SOP and just type @N = @N;

To set values in VEX you need to use the set function.


Example:

@Cd = set(1,0,0);

This will set the color of the geometry to red.

Others

Adresses - Shipping address, company address

Check here our existing Templates

Private

Matt

Good Music

  • Consult the User's Guide for information on using the wiki software.