PlayChessWithAWebCam: Difference between revisions

From BITPlan Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
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 15: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

Code Structure