vision/pc_vision
Jake d47909a26c basically working, i2c slave, wifi testing 2026-07-20 10:08:23 +08:00
..
__pycache__ streaming, comms, and basic image processing app 2026-07-17 14:52:46 +08:00
models/teachable streaming, comms, and basic image processing app 2026-07-17 14:52:46 +08:00
samples streaming, comms, and basic image processing app 2026-07-17 14:52:46 +08:00
targets streaming, comms, and basic image processing app 2026-07-17 14:52:46 +08:00
README.md basically working, i2c slave, wifi testing 2026-07-20 10:08:23 +08:00
requirements.txt streaming, comms, and basic image processing app 2026-07-17 14:52:46 +08:00
viewer.py basically working, i2c slave, wifi testing 2026-07-20 10:08:23 +08:00

README.md

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.