# Map Output

### IO Output Maps

These are objects that are able to output data from the specific IO Connection.

### Protocol

| Protocol | **OSC**                                                                                                                                                       | **MIDI**               | **Artnet**                                                                                                                                                                                                                                                                                                 | **SPNet**                                                                                                                                                                                                                                                                  |
| -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Objects  | <ul><li>Tracker</li><li>Camera</li><li>Volume</li><li>Surface</li><li>Laser Fixture</li><li>Pixel</li><li>PTZ Camera</li><li>Spotlight</li><li>Area</li></ul> | <ul><li>MIDI</li></ul> | <ul><li>Tracker</li><li>Skeleton</li><li>Camera</li><li>Rigid Body</li><li>Centroid</li><li>Volume</li><li>Surface</li><li>Moveable</li><li>Winch</li><li>Winch 3</li><li>Light Fixture</li><li>Laser Fixture</li><li>Pixel</li><li>Multipixel</li><li>PTZ Camera</li><li>Spotlight</li><li>Area</li></ul> | <ul><li>Skeleton</li><li>Camera</li><li>Rigid Body</li><li>Centroid</li><li>Volume</li><li>Moveable</li><li>Winch</li><li>Winch 3</li><li>Light Fixture</li><li>Laser Fixture</li><li>Pixel</li><li>Multipixel</li><li>PTZ Camera</li><li>Spotlight</li><li>Area</li></ul> |

### 3D Tracking

| 3D Tracking | **PSN OUT**                                                                                                                                                                                                                                                                                |
| ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Objects     | <ul><li>Skeleton</li><li>Camera</li><li>Rigid Body</li><li>Centroid</li><li>Volume</li><li>Surface</li><li>Moveable</li><li>Winch</li><li>Winch 3</li><li>Light Fixture</li><li>Laser Fixture</li><li>Pixel</li><li>Multipixel</li><li>PTZ Camera</li><li>Spotlight</li><li>Area</li></ul> |

### Camera Tracking

| Camera Tracking | **FreeD UDP**                               | **Mo-Sys**                               | **Stype (Stype HF)**                     | **Cmotion**              |
| --------------- | ------------------------------------------- | ---------------------------------------- | ---------------------------------------- | ------------------------ |
| Object          | <ul><li>Camera</li><li>PTZ Camera</li></ul> | <ul><li>Tracker</li><li>Camera</li></ul> | <ul><li>Tracker</li><li>Camera</li></ul> | <ul><li>Camera</li></ul> |

### Skeleton

| Skeleton | **Kinect**                               |
| -------- | ---------------------------------------- |
| Objects  | <ul><li>Moveable</li><li>Winch</li></ul> |

### Kinetic and Sensors

| Kinetic & Sensors | <ul><li>Phidget 1047\*</li></ul>          |
| ----------------- | ----------------------------------------- |
| Objects           | <ul><li>Camera</li><li>Moveable</li></ul> |

### Media Server

| Media Server | **Pixera**                                                                                                | **Pandoras Box**                                                                             | **Notch**              | **Unreal LiveLink**                                                                                                                                               | **Vertex Commands**    |
| ------------ | --------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | ---------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
| Objects      | <ul><li>Tracker</li><li>Camera</li><li>Rigid Body</li><li>Centroid</li><li>Area</li><li>Surface</li></ul> | <ul><li>Tracker</li><li>Camera</li><li>Rigid Body</li><li>Centroid</li><li>Surface</li></ul> | <ul><li>Area</li></ul> | <ul><li>Tracker</li><li>Skeleton</li><li>Camera</li><li>Rigid Body</li><li>Centroid</li><li>Surface</li><li>Pixel</li><li>Spotlight</li><li>Joint Group</li></ul> | <ul><li>Area</li></ul> |

### Controller

| Controller | **GamePad**                              |
| ---------- | ---------------------------------------- |
| Objects    | <ul><li>Moveable</li><li>Winch</li></ul> |

### Interface

There are nodes within the board that also have mapping capabilities, below are the interface nodes and the compatible IO connections.

| Interface Type | **Button**                                                                             | **Slider**                           | **Colour Field**                     | **XY Panel**                         | **Textfield**                        |
| -------------- | -------------------------------------------------------------------------------------- | ------------------------------------ | ------------------------------------ | ------------------------------------ | ------------------------------------ |
| IO Connections | <ul><li>OSC</li><li>MIDI</li><li>Artnet</li><li>SPNet</li><li>Vertex Command</li></ul> | <ul><li>OSC</li><li>Artnet</li></ul> | <ul><li>OSC</li><li>Artnet</li></ul> | <ul><li>OSC</li><li>Artnet</li></ul> | <ul><li>OSC</li><li>Artnet</li></ul> |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://stage-precision.gitbook.io/grid/maps-input-and-output-with-filters/map-output.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
