Add plotter for 2022 vision & deploy to pis

This will be most useful when run on the IMU node, but will also
function on the individual pis for getting an idea of what the camera is
doing.

Change-Id: I49f0d612b0b5e945f93e730c4b120be498cf76db
Signed-off-by: James Kuszmaul <jabukuszmaul+collab@gmail.com>
diff --git a/y2022/BUILD b/y2022/BUILD
index 98723af..1623ec9 100644
--- a/y2022/BUILD
+++ b/y2022/BUILD
@@ -42,6 +42,9 @@
     data = [
         ":aos_config",
     ],
+    dirs = [
+        "//y2022/www:www_files",
+    ],
     start_binaries = [
         "//aos/events/logging:logger_main",
         "//aos/network:message_bridge_client",