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.raw16(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)
45 max_raw_size = its.objects.get_available_output_sizes("raw", props)[0]
47 "yuv", props, (1920, 1080), max_raw_size)[0]
59 img = its.image.convert_capture_to_rgb_image(cap_raw, props=props)