vision/pc_vision/README.md

414 B
Raw Blame History

PC vision (legacy desktop UI)

The primary camera + vision tuner now runs on the ESP when WiFi is on:

  1. Enable camera from the I2C master (eye.start()), then WiFi: eye.set_wifi("YourSSID", "YourPassword").
  2. Open the ESPs IP in a browser → video, eyedropper, HSV/tolerance, mask, drive pad.

This folders viewer.py is an optional desktop client that talks to the same HTTP/WS APIs.