Home | History | Annotate | Download | only in scene1

Lines Matching refs:caps

16 import its.caps
34 its.caps.skip_unless(its.caps.compute_target_exposure(props) and
35 its.caps.raw16(props))
39 debug = its.caps.debug_mode()
79 caps = cam.do_capture([req]*burst_len, fmt_combo)
85 if not isinstance(caps, list):
86 caps = [caps]
87 elif isinstance(caps[0], list):
88 caps = sum(caps, [])
89 for c, cap in enumerate(caps):