Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
moebiussurfing authored Jul 8, 2022
1 parent 0308b0b commit 504fa85
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ Helper add-on for **openFrameworks** to handle [NDI](https://www.ndi.tv/tools/)
and input **Webcam** devices, to be drawn into a **customizable Canvas Layout**.

Distribute your **NDI** and **Webcam Inputs** to the **Canvas Layout**,
at full screen or mini **previews**: _draggable and scalable_ by using the mouse.
at full screen or mini **previews**:
_draggable and scalable_ by using the mouse.

Feed your **oF** drawing easy into a **NDI Output** Broadcasted to the Network.

Expand Down Expand Up @@ -56,7 +57,7 @@ Look Examples for **ofxGui** or **ImGui** modes.
#include "ofxNDIHelper.h"
ofxNDIHelper NDIHelper;

void ofApp::update()
void ofApp::setup()
{
NDIHelper.setup();
}
Expand Down

0 comments on commit 504fa85

Please sign in to comment.