Crate fidl_fuchsia_camera3
source ·Structs
Describes a distinct configuration for the camera.
Describes a distinct configuration for the camera.
A Stream of incoming requests for Device
A Stream of incoming requests for DeviceWatcher
Metadata concerning a given frame.
Metadata concerning a given frame.
The frequency at which a Stream produces frames. The value is
numerator
/ denominator
, with
units of frames-per-second (Hz). The representation is not necessarily an irreducible fraction.Describes the properties of a given stream.
Describes the properties of a given stream.
A Stream of incoming requests for Stream_
Enums
A Device represents a unique physical camera present in the system. Only one client may connect
to an unbound physical camera, however the “Rebind” method can be used to create multiple
connections to it to be used by a coordinated set of clients.
The DeviceWatcher provides clients a mechanism to discover camera devices present on the
system. This is a temporary mechanism intended to be replaced by go/drivers-as-components,
which will allow multiple instances of the same protocol to exist side-by-side. Clients are
not required to maintain a connection to the Watcher in order to use established Camera
connections.
Describes the intended orientation of a given stream relative to its encoded data. For clarity,
the documentation for each enum value is accompanied by an orientation of the chiral ‘⮬’ symbol
illustrating the orientation of the stream’s encoded data.
A Stream represents timing, sequencing, and other camera-specific properties applied to a buffer
collection.