cozmo.tkview
This module provides a simple GUI viewer for Cozmo’s camera.
It uses Tkinter, the standard Python GUI toolkit which is optionally available on most platforms, and also depends on the Pillow and numpy libraries for image processing.
See the online SDK documentation for details on how to install these extra packages on your platform.
The easiest way to make use of this viewer is to call
cozmo.run.connect_with_tkviewer().
Warning
This package requires Python to have Tkinter installed to display the GUI.
Classes
|
Simple Tkinter camera viewer. |
|
A mixin for adding threadsafe calls to tkinter methods. |