Home | History | Annotate | Download | only in scene1

Lines Matching refs:props

31         props = cam.get_camera_properties()
32 its.caps.skip_unless(its.caps.compute_target_exposure(props) and
33 its.caps.raw10(props) and
34 its.caps.per_frame_control(props) and
35 not its.caps.mono_camera(props))
40 req = its.objects.manual_capture_request(s, e, 0.0, True, props)
46 props)[0]
48 "yuv", props, (1920, 1080), max_raw10_size)[0]
60 img = its.image.convert_capture_to_rgb_image(cap_raw, props=props)