vision/pc_vision/README.md

10 lines
414 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# 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.