PlusToolkit / ndicapi

A common C API for communicating with NDI Polaris and Aurora devices
MIT License
47 stars 31 forks source link

Python module builds on Linux and Mac #11

Closed dzhoshkun closed 6 years ago

dzhoshkun commented 6 years ago

@adamrankin I've managed to resurrect the Python module. With these changes I've managed to build it on the following platforms:

  1. Ubuntu 16.04.3 LTS 64-bit
  2. macOS Sierra 10.12.6

On the Ubuntu I've also managed to run the included ndiBasicExample in the sense that it can locate an NDI Aurora, connect to it (I hear the beep), and subsequently disconnect from it.

With regards testing the Python module, I've only successfully run python -c 'import pyndicapi' so far. Is there any documentation to the Python module? I'd love to see the docs and test it a bit.

This is related to issue #10

dzhoshkun commented 6 years ago

@adamrankin I've made further changes listed above. For a summary of these, please see the following PR on my fork: https://github.com/dzhoshkun/ndicapi/pull/3