No description
Find a file
2025-02-24 11:23:42 +01:00
.python-version Latency measurement with QRen codde timngs 2025-02-06 17:50:01 +01:00
latency_measure.py Offload QR detector to external process to retain good FPS 2025-02-24 11:23:42 +01:00
poetry.lock Latency measurement with QRen codde timngs 2025-02-06 17:50:01 +01:00
pyproject.toml Latency measurement with QRen codde timngs 2025-02-06 17:50:01 +01:00
README.md Latency measurement with QRen codde timngs 2025-02-06 17:50:01 +01:00

Install

To run, Baumer's NeoAPI needs a pyenv built with '--shared-modules'.

  • env PYTHON_CONFIGURE_OPTS="--enable-shared" pyenv install 3.10.5

Then, before running, point to the LD_LIBRARY_PATH:

  • export LD_LIBRARY_PATH="$(pyenv root)/versions/3.10.5/lib:$LD_LIBRARY_PATH"