Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 1.07 KB

Readme.md

File metadata and controls

24 lines (13 loc) · 1.07 KB

PyNDI

A very simple Python wrapper for NewTek NDI using CFFI (must be added as a dependency) created by CarlosFdez and extended by quidquid. Has basic functionality for both receiving and sending video, but not all options are implemented. Use at your own risk.

Tested with NewTek NDI 4.5 and Python 3.8, on Windows and Mac.

The NDI runtime must be installed. Recommended NDI tools to be installed too for testing.

Demos

SimpleSourceViewer is just that. Pick an existing NDI source and display it.

SimpleSender creates an NDI source using either the webcam or a generated color-cycling image.

Known Issues

Issues Resolution
Sometimes when retrieving sources, not all sources are found. Refreshing the list of sources normally fixes this problem.