Home | History | Annotate | Download | only in tests

Lines Matching refs:cap

69         cap = cam.do_capture(req)
73 print "Captured image width:", cap["width"]
74 print "Captured image height:", cap["height"]
75 pprint.pprint(cap["metadata"])
78 rgbimg = its.image.convert_capture_to_rgb_image(cap)
83 yimg,uimg,vimg = its.image.convert_capture_to_planes(cap)
120 cap = cam.do_capture(req)
121 rgbimg = its.image.convert_capture_to_rgb_image(cap)
166 yimg,_,_ = its.image.convert_capture_to_planes(cap)
178 cap = cam.do_capture(req, cam.CAP_JPEG)
179 rgbimg = its.image.convert_capture_to_rgb_image(cap)
181 r,g,b = its.image.convert_capture_to_planes(cap)