Skip to content

marvinfds/pyphoxi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 52.4%
  • Python 44.6%
  • CMake 2.5%
  • Shell 0.5%