Changes thanks to James for being able to run camera_reader from laptop

Added ignore_timestamps option to support webcams that may not have timestamps

Sample usage:

bazel run //y2020/vision:camera_reader -- --config y2020/config.json --override_hostname pi-7971-1  --ignore_timestamps true

Change-Id: Ibc7a251ac019509c43c0f9aec6c118f75afa1953
diff --git a/y2020/vision/BUILD b/y2020/vision/BUILD
index 60276c9..b643fcb 100644
--- a/y2020/vision/BUILD
+++ b/y2020/vision/BUILD
@@ -36,6 +36,9 @@
         "//tools:armhf-debian",
     ],
     visibility = ["//y2020:__subpackages__"],
+    data = [
+        "//y2020:config.json",
+    ],
     deps = [
         ":v4l2_reader",
         ":vision_fbs",