Difference between revisions of "Raspberry PI Chessboard Camera"
Jump to navigation
Jump to search
(→Test) |
|||
Line 56: | Line 56: | ||
</source> | </source> | ||
=== Test === | === Test === | ||
− | <source lang='bash'> | + | <source lang='bash' higlight='1,10'> |
./test | ./test | ||
+ | ============================= test session starts ============================== | ||
+ | platform linux -- Python 3.7.3, pytest-5.2.1, py-1.8.0, pluggy-0.13.0 | ||
+ | rootdir: /home/wf/source/python/ESE205-CVChess | ||
+ | collected 2 items | ||
+ | |||
+ | test_camera.py . [ 50%] | ||
+ | test_webcam.py . [100%] | ||
+ | |||
+ | ============================== 2 passed in 3.87s =============================== | ||
</source> | </source> | ||
Revision as of 15:17, 15 October 2019
Parts List
# | picture | part | example sources | documents | ~ price |
---|---|---|---|---|---|
1 | Chessboard | Wikipedia | 25 € | ||
2 | Chess pieces | Wikipedia | 25 € | ||
3 | Raspberry PI | Wikipedia | 45 € | ||
4 | Web Camera | Raspberry PI compatibility list (german) | 60 € | ||
5 | USB Powerbank | 15 € | |||
6 | 16 GByte Micro SD Card | 5 € |
Pictures
Installation
see
- Raspberry_PI for Raspberry PI software installation
- Raspberry PI WebCam for the WebCam installation.
CV_Chess
Trying out the CV_Chess project from https://classes.engineering.wustl.edu/ese205/core/index.php?title=CV_Chess Fork of it at:
Installation
git clone https://github.com/WolfgangFahl/ESE205-CVChess/
./installOpenCV
./install
Test
./test
============================= test session starts ==============================
platform linux -- Python 3.7.3, pytest-5.2.1, py-1.8.0, pluggy-0.13.0
rootdir: /home/wf/source/python/ESE205-CVChess
collected 2 items
test_camera.py . [ 50%]
test_webcam.py . [100%]
============================== 2 passed in 3.87s ===============================