This is the python wrapper for the BltTofApi

These files are included:
  lib/
    Lin_x64/
      libbta.so.tar.gz
    Win_x64/
      configure_firewall.bat
      jpeg62.dll
      libusb-1.0.dll
      msvcp100.dll
      msvcr100.dll
      pthreadVC2.dll
      turbojpeg.dll
      vcruntime140.dll
      BltTofApi.dll
      BltTofApi.exp
      BltTofApi.lib
    Win_x86/
      configure_firewall.bat
      jpeg62.dll
      libusb-1.0.dll
      msvcp100.dll
      msvcr100.dll
      pthreadVC2.dll
      turbojpeg.dll
      vcruntime140.dll
      BltTofApi.dll
      BltTofApi.exp
      BltTofApi.lib
  PyBta/
    PyFrame.py
    PyStatus.py
    __init__.py
    Bta.py
    BtaWrapper.py
    Discovery.py
    Frame.py    
  PyBtaDemo.py
  test.bltstream
  
On Windows you can run the PyBtaDemo.py directly after extracting the files as archived. If the windows firewall blocks the camera's stream, please
run configure_firewall.bat as an Administrator.

On Ubuntu you have to extract libbta.so.tar.gz into the lib folder before beeing able to run PyBtaDemo.py.

The included demo reads the bltstream 'test.bltstream' and shows all frames with opencv.
Then it connects to a camera with IP address '192.168.0.10' (every camera's default setting) and showcases some interaction.

Next step is to dive into and adapt the demo script to your own needs.

For support please contact support.systems@becom-group.com.