Difference between revisions of "Raspberry PI Chessboard Camera"
Jump to navigation
Jump to search
Line 41: | Line 41: | ||
Fork of it at: | Fork of it at: | ||
* https://github.com/WolfgangFahl/ESE205-CVChess/ | * https://github.com/WolfgangFahl/ESE205-CVChess/ | ||
+ | === Installation === | ||
+ | <source lang='bash'> | ||
+ | git clone https://github.com/WolfgangFahl/ESE205-CVChess/ | ||
+ | ./installOpenCV | ||
+ | ./install | ||
+ | </source> | ||
= Links = | = Links = |
Revision as of 14:50, 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 € |
Pictures
Installation
see 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