aboutsummaryrefslogtreecommitdiff
path: root/apps/CameraITS/tests/scene0/test_unified_timestamps.py
diff options
context:
space:
mode:
Diffstat (limited to 'apps/CameraITS/tests/scene0/test_unified_timestamps.py')
-rw-r--r--apps/CameraITS/tests/scene0/test_unified_timestamps.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/CameraITS/tests/scene0/test_unified_timestamps.py b/apps/CameraITS/tests/scene0/test_unified_timestamps.py
index f31ef22..cdc9567 100644
--- a/apps/CameraITS/tests/scene0/test_unified_timestamps.py
+++ b/apps/CameraITS/tests/scene0/test_unified_timestamps.py
@@ -15,13 +15,11 @@
import its.device
import its.objects
import its.caps
-import os.path
import time
def main():
"""Test if image and motion sensor events are in the same time domain.
"""
- NAME = os.path.basename(__file__).split(".")[0]
with its.device.ItsSession() as cam:
props = cam.get_camera_properties()
@@ -51,7 +49,7 @@ def main():
ts_mag0 = events["mag"][0]["time"]
ts_mag1 = events["mag"][-1]["time"]
- # Get the timestamp of another iamge.
+ # Get the timestamp of another image.
cap = cam.do_capture(req, fmt)
ts_image1 = cap['metadata']['android.sensor.timestamp']