Difference between revisions of "PlayChessWithAWebCam"
Jump to navigation
Jump to search
Line 9: | Line 9: | ||
}} | }} | ||
= Motivation = | = Motivation = | ||
+ | See {{Link|target=MagneticSensorChessBoard1987}} for the initial project of 1987. | ||
+ | Time has moved on and the goals of the 1987 project can be achieved with less hardware and software in a more convenient manner these days. | ||
= Installation = | = Installation = |
Revision as of 16:08, 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
See MagneticSensorChessBoard1987 for the initial project of 1987. Time has moved on and the goals of the 1987 project can be achieved with less hardware and software in a more convenient manner these days.
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