anki_vector.camera_viewer

This module provides the camera viewer’s render process.

It should be launched in a separate process to allow Vector to run freely while the viewer is rendering.

It uses Tkinter, a standard Python GUI package. It also depends on the Pillow library for image processing.

Functions

main(queue, event[, overlays, timeout, ...])

Rendering the frames in another process.

Classes

TkCameraViewer(queue, event[, overlays, ...])

A Tkinter based camera video feed.