Skip to content

akarak/ndi-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ndi-python

NewTek NDI Python wrapper

Setup

Donwload and install NDI SDK.

Clone and build

git clone https://github.com/akarak/ndi-python.git

cd ndi-python
py -m venv .venv
.\.venv\Scripts\Activate.ps1
python -m pip install -r requirements.txt

mkdir build
cd build
cmake -A x64 ..
cmake --build . --config Release

After build copy binary from .\Release\NDIlib.cp39-win_amd64.pyd and NDI binary from %NDI_SDK_DIR%\Bin\x64 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.5%
  • Python 9.9%
  • CMake 4.6%