Difference between revisions of "PlayChessWithAWebCam"
Jump to navigation
Jump to search
Line 8: | Line 8: | ||
|storemode=property | |storemode=property | ||
}} | }} | ||
+ | = Motivation = | ||
+ | = Installation = | ||
+ | Prerequisites: python3.7 (install script will check and try automatic installation in Ubuntu/MacOS) | ||
+ | <source lang='bash'> | ||
+ | git clone https://github.com/WolfgangFahl/play-chess-with-a-webcam | ||
+ | cd play-chess-with-a-webcam | ||
+ | scripts/install | ||
+ | </source> | ||
+ | = Hardware = | ||
+ | see e.g {{Link|target=Raspberry_PI_Chessboard_Camera}} | ||
+ | |||
+ | = Source Code = | ||
== play-chess-with-a-webcam == | == play-chess-with-a-webcam == | ||
* http://blogdugas.net/blog/2015/05/18/play-chess-with-a-webcam | * http://blogdugas.net/blog/2015/05/18/play-chess-with-a-webcam |
Revision as of 16:06, 21 October 2019
OsProject | |
---|---|
edit | |
id | PlayChessWithAWebCam |
state | |
owner | Wolfgang Fahl |
title | Play Chess With A WebCam |
url | https://github.com/WolfgangFahl/play-chess-with-a-webcam |
version | 0.0.1 |
description | |
date | 2019/10/21 |
since | |
until |
Motivation
Installation
Prerequisites: python3.7 (install script will check and try automatic installation in Ubuntu/MacOS)
git clone https://github.com/WolfgangFahl/play-chess-with-a-webcam
cd play-chess-with-a-webcam
scripts/install
Hardware
see e.g Raspberry_PI_Chessboard_Camera
Source Code
play-chess-with-a-webcam
see github fork at
Written in python2 migrated to python3.7. see https://unix.stackexchange.com/a/410851/38701 for selection your python version on Ubuntu