ndi-python icon indicating copy to clipboard operation
ndi-python copied to clipboard

NewTek NDI Python wrapper

Results 29 ndi-python issues
Sort by recently updated
recently updated
newest added

Pi version: Model 4 B Mmake version: 3.18.4 ```bash pi@raspberrypi:~ $ pip install ndi-python Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple Collecting ndi-python Using cached ndi-python-5.1.1.1.tar.gz (16 kB) Requirement already satisfied: numpy...

question
confirmed

Hi! I'm sending video frames using send_video.py and trying to receive them using either recv.py or recv_cv.py. On the sending side, it is printed that frames are being sent like...

bug
confirmed

I'm having trouble finding the sources using the example code. The environment is Ubuntu 20.04 and latest ndi-python. I can find the ndi source with obs studio and also the...

question
confirmed

Hello, I am noticing something not quite right with the send_audio_16bpp.py example. I have installed on both Windows and Raspberry Pi, and testing with NDI Monitor on Windows. The audio...

bug
confirmed

I compiled the module successfuly but attempting to load it while in the same directory as the so fields yields the below error. ``` Traceback (most recent call last): File...

bug
confirmed

According to your example, i can get image by recv_capture ,but it depends on how the while circulation fast. if a ndi resource is playing a video, how can I...

question
confirmed

I've come across this problem several times while developing an application but i've always just let it pass since it's a debug problem. I'll open this issue since its becoming...

bug
confirmed

Got the wrapper compiled (_NDIlib.cpython-38-x86_64-linux-gnu.so_), and examples running, with no errors after installing the NDI SDK on Ubuntu 20.04. ~~However, using the _recv.py_ example I am having trouble receiving a...

enhancement
confirmed

CMAKE doesn't build with 64bit python version: ``` CMake Error at lib/pybind11/tools/FindPythonLibsNew.cmake:127 (message): Python config failure: Python is 64-bit, chosen compiler is 32-bit Call Stack (most recent call first): lib/pybind11/tools/pybind11Tools.cmake:16...

bug
confirmed

"Error in configuration process, project files may be invalid" CMakeOutput.log contains nothing either. Win 10 x64. CMake v3.20.0-rc1 using the GUI. Select source downloaded from git, select empty folder as...

bug
confirmed