Guangyun-Xu / pyphoxi

A python wrapper for the PhotoNeo PhoXi 3D scanner.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pyphoxi

This is a simple Python/C++ TCP communication module for the PhotoNeo PhoXi structured light sensors. It consists of:

  • C++ code that fetches data from a PhoXi sensor using the PhoXi API and hosts it on a TCP server.
  • Python client code that fetches data from the TCP server.

Drawing

Example

Execute PhoXiControl then fire up the TCP server:

./scripts/run.sh

Vizualize an RGB-D feed in OpenCV:

python scripts/view_feed.py 127.0.0.1 50200

Drawing

Installation

Run the instructions here.

References

About

A python wrapper for the PhotoNeo PhoXi 3D scanner.


Languages

Language:C++ 52.3%Language:Python 44.6%Language:CMake 2.5%Language:Shell 0.5%