Lines Matching refs:props
36 props = cam.get_camera_properties()
37 its.caps.skip_unless(its.caps.raw16(props) and
38 its.caps.manual_sensor(props) and
39 its.caps.read_3a(props) and
40 its.caps.per_frame_control(props) and
41 not its.caps.mono_camera(props))
45 sens_min, _ = props["android.sensor.info.sensitivityRange"]
47 sens_max = props["android.sensor.maxAnalogSensitivity"]
63 gr = its.image.convert_capture_to_planes(cap, props)[1]
66 img = its.image.convert_capture_to_rgb_image(cap, props=props)
71 aax = props["android.sensor.info.activeArraySize"]["left"]
72 aay = props["android.sensor.info.activeArraySize"]["top"]
73 aaw = props["android.sensor.info.activeArraySize"]["right"]-aax
74 aah = props["android.sensor.info.activeArraySize"]["bottom"]-aay
75 white_level = float(props["android.sensor.info.whiteLevel"])
81 cfa_idxs = its.image.get_canonical_cfa_order(props)