Skip to content

steveseguin/ndi-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ndi-python

NewTek NDI Python wrapper

Setup

Windows and mac

Donwload and install NDI SDK.
https://ndi.tv/sdk/

Arch Linux

yay ndi-sdk

Clone and build

git clone https://github.com/buresu/ndi-python.git --recursive
cd /path/to/build
cmake /path/to/project
cmake --build /path/to/build --config Release

After build copy ndi-python binary and NDI binary to execute directory.
Enjoy!

License

ndi-python is MIT License
NDI follows NDI's license

About

[WIP] NewTek NDI Python wrapper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 85.6%
  • Python 10.0%
  • CMake 4.4%