Searched refs:WAIT_FOR_SWITCH_CAMERA (Results 1 – 4 of 4) sorted by relevance
41 private static final long WAIT_FOR_SWITCH_CAMERA = 3000; //2 seconds field in VideoCapture90 Thread.sleep(WAIT_FOR_SWITCH_CAMERA); in testBackVideoCapture()104 Thread.sleep(WAIT_FOR_SWITCH_CAMERA); in testFrontVideoCapture()
42 private static final long WAIT_FOR_SWITCH_CAMERA = 3000; //3 seconds field in ImageCapture99 Thread.sleep(WAIT_FOR_SWITCH_CAMERA); in testBackImageCapture()113 Thread.sleep(WAIT_FOR_SWITCH_CAMERA); in testFrontImageCapture()
43 private static final long WAIT_FOR_SWITCH_CAMERA = 3000; //2 seconds field in VideoCapture94 Thread.sleep(WAIT_FOR_SWITCH_CAMERA); in testBackVideoCapture()109 Thread.sleep(WAIT_FOR_SWITCH_CAMERA); in testFrontVideoCapture()
45 private static final long WAIT_FOR_SWITCH_CAMERA = 3000; //3 seconds field in ImageCapture103 Thread.sleep(WAIT_FOR_SWITCH_CAMERA); in testBackImageCapture()118 Thread.sleep(WAIT_FOR_SWITCH_CAMERA); in testFrontImageCapture()