Lines Matching full:scene
43 SKIP_RET_CODE = 101 # note this must be same as tests/scene*/test_*
128 scenes: the test scene(s) to be executed. Use comma to separate
133 display. When this argument presents, change of test scene
142 skip_scene_validation: force skip scene validation. Used when test scene
154 "scene1": "A grey card covering at least the middle 30% of the scene",
158 "middle 50% of the scene. See CameraITS.pdf section 2.3.4 "
209 # Validate user input scene names
218 scene_str = "scene" + s
228 print 'Unknown scene specified:', s
266 print "Running ITS on camera: %s, scene %s" % (camera_ids, scenes)
283 # Loop capturing images until user confirm test scene is correct
291 for scene in scenes:
293 tests = [(s[:-3], os.path.join("tests", scene, s))
294 for s in os.listdir(os.path.join("tests", scene))
298 summary = "Cam" + camera_id + " " + scene + "\n"
304 if scene_req[scene] is not None:
305 out_path = os.path.join(topdir, camera_id, scene+".jpg")
307 if scene == 'sensor_fusion':
317 scene_arg = 'scene=' + scene
325 # Skip scene validation under certain conditions
327 scene_arg = 'scene=' + scene_req[scene]
328 extra_args = scene_extra_args.get(scene, [])
337 print "Start running ITS on camera %s, %s" % (camera_id, scene)
338 # Extract chart from scene for scene3 once up front
340 if scene == 'scene3':
365 outdir = os.path.join(topdir, camera_id, scene)
368 if scene == 'sensor_fusion':
392 print ' Retry %s/%s' % (scene, testname)
406 elif test_code != 0 and testname in NOT_YET_MANDATED[scene]:
414 msg = "%s %s/%s [%.1fs]" % (retstr, scene, testname, t1-t0)
438 summary_path = os.path.join(topdir, camera_id, scene, "summary.txt")
443 results[scene][result_key] = (ItsSession.RESULT_PASS if passed
445 results[scene][ItsSession.SUMMARY_KEY] = summary_path