Naoto Kondo

Results 26 comments of Naoto Kondo

Hi, I have the same problem. When I start recording, I get the following error. ``` (kooha:93582): Gdk-WARNING **: 21:52:20.316: Server is missing xdg_foreign support ``` I think this problem...

@rsardal Hi, which architecture in raspberry pi are you using? ndi-python only support for aarch64 in raspberry pi, so should select 64bit os. Please check the your architecture with the...

Hi, Thank you for reporting. I confirmed same problem on ubuntu 22.04, but on Arch Linux, I didn't have any problems. This problem seems to be related on avahi, but...

Yes, it works fine on windows. The setup step is almost the same. ``` # install ndi-python pip install ndi-python # run examples git clone --recursive https://github.com/buresu/ndi-python.git cd ndi-python/example pip...

Update: Curiously, it works fine in my current environment. ``` Ubuntu 22.04 LTS Anaconda 4.12.0 Python 3.10.4 ndi-python 5.1.1.2 avahi-daemon 0.8 ``` You can use avahi-discover to make sure that...

@Nimisha-Pabbichetty cv.imshow() is not support uyvy format. If you want to get it in uyvy format, you have to convert it yourself. You can change the following lines. ``` ndi_recv_create.color_format...

@aiwired Hello, are you still having problems? Please tell me the python version to help you solve it.

Thank you for your reporting and sorry for late reply. I don't have time to confirm this issue now, but please keep this issue re-opened until I can confirm and...

@medcelerate What OS are you using? In windows, you needs to copy the following libraries to execute directory. ``` NDIlib.cp**-win_amd64.pyd Processing.NDI.Lib.x64.dll ``` In macOS, ``` NDIlib.cpython-**m-darwin.so libndi.4.dylib ```

Sorry for late reply. ndi-python support pypi repository now. Please try to install it from pip. ``` pip install ndi-python ```