https://github.com/backface/mapylisca
https://github.com/backface/mapylisca
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/backface/mapylisca
- Owner: backface
- License: gpl-3.0
- Created: 2022-03-08T22:05:49.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-19T07:52:33.000Z (almost 4 years ago)
- Last Synced: 2025-03-10T19:32:24.111Z (over 1 year ago)
- Language: Python
- Size: 303 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
a client side linescanner written in Python
currently support XIMEA cameras (including camera control), Elphel 353
(including camera control) and any gstreamer input pipeline (no control)
## Installation
on debian/ubunut
```
apt-get install python3-pip python3-opencv python3-OpenGL
```
and
```
pip install -r requirements
```