HomeSort by relevance Sort by last modified time
    Searched defs:its (Results 26 - 50 of 72) sorted by null

12 3

  /pdk/apps/CameraITS/tests/scene1/
test_yuv_jpeg_all.py 15 import its.image namespace
16 import its.caps namespace
17 import its.device namespace
18 import its.objects namespace
19 import its.target namespace
30 with its.device.ItsSession() as cam:
32 if not its.caps.compute_target_exposure(props):
37 # should look the same (once converted by the its.image module).
38 e, s = its.target.get_target_exposure_combos(cam)["midExposureTime"]
39 req = its.objects.manual_capture_request(s, e, True
    [all...]
test_yuv_plus_dng.py 15 import its.image namespace
16 import its.caps namespace
17 import its.device namespace
18 import its.objects namespace
26 with its.device.ItsSession() as cam:
28 if (not its.caps.raw(props) or
29 not its.caps.read_3a(props)):
35 req = its.objects.auto_capture_request()
38 img = its.image.convert_capture_to_rgb_image(cap_yuv)
39 its.image.write_image(img, "%s.jpg" % (NAME)
    [all...]
test_yuv_plus_jpeg.py 15 import its.image namespace
16 import its.caps namespace
17 import its.device namespace
18 import its.objects namespace
19 import its.target namespace
33 with its.device.ItsSession() as cam:
35 if not its.caps.compute_target_exposure(props):
40 # should look the same (once converted by the its.image module).
41 e, s = its.target.get_target_exposure_combos(cam)["midExposureTime"]
42 req = its.objects.manual_capture_request(s, e, True
    [all...]
test_yuv_plus_raw.py 15 import its.image namespace
16 import its.caps namespace
17 import its.device namespace
18 import its.objects namespace
19 import its.target namespace
30 with its.device.ItsSession() as cam:
32 if (not its.caps.compute_target_exposure(props) or
33 not its.caps.raw16(props)):
38 # should look the same (once converted by the its.image module).
39 e, s = its.target.get_target_exposure_combos(cam)["midExposureTime"
    [all...]
test_yuv_plus_raw10.py 15 import its.image namespace
16 import its.caps namespace
17 import its.device namespace
18 import its.objects namespace
19 import its.target namespace
30 with its.device.ItsSession() as cam:
33 if (not its.caps.compute_target_exposure(props) or
34 not its.caps.raw10(props)):
39 # should look the same (once converted by the its.image module).
40 e, s = its.target.get_target_exposure_combos(cam)["midExposureTime"
    [all...]
test_black_white.py 15 import its.image namespace
16 import its.caps namespace
17 import its.device namespace
18 import its.objects namespace
33 with its.device.ItsSession() as cam:
35 if not its.caps.manual_sensor(props):
46 req = its.objects.manual_capture_request(sens_range[0], expt_range[0])
48 img = its.image.convert_capture_to_rgb_image(cap)
49 its.image.write_image(img, "%s_black.jpg" % (NAME))
50 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1
    [all...]
test_exposure.py 15 import its.image namespace
16 import its.caps namespace
17 import its.device namespace
18 import its.objects namespace
19 import its.target namespace
45 with its.device.ItsSession() as cam:
47 if not its.caps.compute_target_exposure(props):
51 e,s = its.target.get_target_exposure_combos(cam)["minSensitivity"]
58 req = its.objects.manual_capture_request(s*m, e/m)
60 img = its.image.convert_capture_to_rgb_image(cap
    [all...]
test_format_combos.py 15 import its.image namespace
16 import its.caps namespace
17 import its.device namespace
18 import its.objects namespace
19 import its.error namespace
20 import its.target namespace
33 with its.device.ItsSession() as cam:
36 if (not its.caps.compute_target_exposure(props) or
37 not its.caps.raw16(props)):
45 e, s = its.target.get_target_exposure_combos(cam)["midExposureTime"
    [all...]
test_latching.py 15 import its.image namespace
16 import its.caps namespace
17 import its.device namespace
18 import its.objects namespace
19 import its.target namespace
34 with its.device.ItsSession() as cam:
36 if not its.caps.full(props):
40 _,fmt = its.objects.get_fastest_manual_capture_settings(props)
41 e, s = its.target.get_target_exposure_combos(cam)["midExposureTime"]
49 its.objects.manual_capture_request(s, e, True)
    [all...]
test_linearity.py 15 import its.image namespace
16 import its.caps namespace
17 import its.device namespace
18 import its.objects namespace
19 import its.target namespace
48 with its.device.ItsSession() as cam:
50 if not its.caps.compute_target_exposure(props):
54 e,s = its.target.get_target_exposure_combos(cam)["midSensitivity"]
61 req = its.objects.manual_capture_request(0, e)
75 img = its.image.convert_capture_to_rgb_image(cap
    [all...]
test_locked_burst.py 15 import its.image namespace
16 import its.device namespace
17 import its.objects namespace
37 with its.device.ItsSession() as cam:
44 req = its.objects.auto_capture_request()
55 img = its.image.convert_capture_to_rgb_image(cap)
56 its.image.write_image(img, "%s_frame%d.jpg"%(NAME,i))
57 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1)
58 means = its.image.compute_image_means(tile)
test_param_color_correction.py 15 import its.image namespace
16 import its.caps namespace
17 import its.device namespace
18 import its.objects namespace
19 import its.target namespace
38 with its.device.ItsSession() as cam:
40 if not its.caps.compute_target_exposure(props):
45 e, s = its.target.get_target_exposure_combos(cam)["midSensitivity"]
46 req = its.objects.manual_capture_request(s, e, True)
53 transforms = [its.objects.int_to_rational([1,0,0, 0,1,0, 0,0,1])
    [all...]
test_param_exposure_time.py 15 import its.image namespace
16 import its.caps namespace
17 import its.device namespace
18 import its.objects namespace
19 import its.target namespace
35 with its.device.ItsSession() as cam:
37 if not its.caps.compute_target_exposure(props):
41 e,s = its.target.get_target_exposure_combos(cam)["midExposureTime"]
43 req = its.objects.manual_capture_request(s, e * e_mult, True)
45 img = its.image.convert_capture_to_rgb_image(cap
    [all...]
test_param_noise_reduction.py 15 import its.image namespace
16 import its.caps namespace
17 import its.device namespace
18 import its.objects namespace
19 import its.target namespace
45 with its.device.ItsSession() as cam:
47 if not its.caps.compute_target_exposure(props):
52 e, s = its.target.get_target_exposure_combos(cam)["minSensitivity"]
53 req = its.objects.manual_capture_request(s, e)
56 its.image.write_image
    [all...]
test_param_sensitivity.py 15 import its.image namespace
16 import its.caps namespace
17 import its.device namespace
18 import its.objects namespace
19 import its.target namespace
37 with its.device.ItsSession() as cam:
39 if not its.caps.compute_target_exposure(props):
43 expt,_ = its.target.get_target_exposure_combos(cam)["midSensitivity"]
49 req = its.objects.manual_capture_request(s, expt)
51 img = its.image.convert_capture_to_rgb_image(cap
    [all...]
test_raw_burst_sensitivity.py 15 import its.device namespace
16 import its.caps namespace
17 import its.objects namespace
18 import its.image namespace
37 with its.device.ItsSession() as cam:
40 if not its.caps.raw16(props) or \
41 not its.caps.manual_sensor(props) or \
42 not its.caps.read_3a(props):
56 req = its.objects.manual_capture_request(s, e)
68 plane = its.image.convert_capture_to_planes(cap, props)[1
    [all...]
  /pdk/apps/CameraITS/pymodules/its/
caps.py 16 import its.objects namespace
101 return len(its.objects.get_available_output_sizes("raw", props)) > 0
112 return len(its.objects.get_available_output_sizes("raw10", props)) > 0
145 """Return whether a device supports target exposure computation in its.target module.
  /pdk/apps/CameraITS/service/src/com/android/camera2/its/
Logt.java 17 package com.android.camera2.its;
  /pdk/apps/CameraITS/tests/inprog/
test_3a_remote.py 15 import its.image namespace
16 import its.device namespace
17 import its.objects namespace
30 with its.device.ItsSession() as cam:
39 req = its.objects.auto_capture_request()
59 print "Transform:", [its.objects.rational_to_float(t)
test_black_level.py 15 import its.image namespace
16 import its.device namespace
17 import its.objects namespace
49 with its.device.ItsSession() as cam:
58 req = its.objects.manual_capture_request(100, 1*1000*1000)
62 yimg,uimg,vimg = its.image.convert_capture_to_planes(cap)
67 its.image.write_image(yimg * 2,
69 its.image.write_image(numpy.absolute(uimg - 0.5) * 2,
test_burst_sameness_fullres_auto.py 15 import its.image namespace
16 import its.device namespace
17 import its.objects namespace
40 with its.device.ItsSession() as cam:
44 w,h = its.objects.get_available_output_sizes("yuv", props)[0]
50 req = its.objects.auto_capture_request()
63 imgs[n] = its.image.downscale_image(
64 its.image.convert_capture_to_rgb_image(cap), 4)
69 its.image.write_image(imgs[i], "%s_frame%03d.jpg"%(NAME,i))
73 its.image.write_image(img_mean, "%s_mean.jpg"%(NAME)
    [all...]
test_ev_compensation.py 15 import its.image namespace
16 import its.device namespace
17 import its.objects namespace
32 with its.device.ItsSession() as cam:
37 req = its.objects.auto_capture_request()
48 y = its.image.convert_capture_to_planes(cap)[0]
49 tile = its.image.get_image_patch(y, 0.45,0.45,0.1,0.1)
50 lumas.append(its.image.compute_image_means(tile)[0])
52 ev_step_size_in_stops = its.objects.rational_to_float(
test_param_black_level_lock.py 15 import its.image namespace
16 import its.device namespace
17 import its.objects namespace
48 with its.device.ItsSession() as cam:
57 yimg,_,_ = its.image.convert_capture_to_planes(cap)
  /pdk/apps/CameraITS/tests/scene0/
test_gyro_bias.py 15 import its.image namespace
16 import its.caps namespace
17 import its.device namespace
18 import its.objects namespace
19 import its.target namespace
39 with its.device.ItsSession() as cam:
42 if not its.caps.sensor_fusion(props):
test_jitter.py 15 import its.image namespace
16 import its.caps namespace
17 import its.device namespace
18 import its.objects namespace
34 with its.device.ItsSession() as cam:
36 if not its.caps.manual_sensor(props):
40 req, fmt = its.objects.get_fastest_manual_capture_settings(props)

Completed in 138 milliseconds

12 3