Home | History | Annotate | Download | only in its

Lines Matching refs:device

15 import its.device
28 """Use device 3A and captured shots to determine scene exposure.
30 Creates a new ITS device session (so this function should not be called
31 while another session to the device is open).
37 Measures the scene using device 3A and then by taking a shot to hone in on
48 its_session: Holds an open device session.
130 If bringing up a new HAL implementation and the ability use the device to
131 measure the scene isn't there yet (e.g. device 3A doesn't work), then a
148 its_session: Optional, holding an open device session.
161 with its.device.ItsSession() as cam:
176 Will open a device session if its_session is None.
179 its_session: Optional, holding an open device session.
192 with its.device.ItsSession() as cam: