CameraITS: change sensor fusion tolerance to 1ms.

Also disable OIS in all ITS capture requests, only turn
OIS on when a test specifically request it.

Test: build CtsVerifier, run ITS on devices with/without OIS
Bug: 62632717
Change-Id: Iadf5009fd31c9b9e683248b2f62c74f946f15865
diff --git a/apps/CameraITS/pymodules/its/objects.py b/apps/CameraITS/pymodules/its/objects.py
index 1269b84..dbddb8e 100644
--- a/apps/CameraITS/pymodules/its/objects.py
+++ b/apps/CameraITS/pymodules/its/objects.py
@@ -138,6 +138,7 @@
         "android.control.afMode": 1,
         "android.colorCorrection.mode": 1,
         "android.tonemap.mode": 1,
+        "android.lens.opticalStabilizationMode": 0
         }
 
 def fastest_auto_capture_request(props):