template <>
class NaturalClientImpl
Defined at line 41 of file fidling/gen/sdk/fidl/fuchsia.hardware.camera/fuchsia.hardware.camera/cpp/fidl/fuchsia.hardware.camera/cpp/natural_messaging.h
Public Methods
::fit::result< ::fidl::OneWayError> GetChannel (::fidl::Request< ::fuchsia_hardware_camera::Device::GetChannel> request)
Note: this method obtains a channel to the capture device which
communicates using a non-simple fidl interface. Once the
system has been updated to support normal fidl protocols, this method
can be replaced with the protocol itself.
Additionally, while the camera stack is migrating from camera to
camera2, two methods are available, corresponding to the two
versions of the protocol.
::fit::result< ::fidl::OneWayError> GetChannel2 (::fidl::Request< ::fuchsia_hardware_camera::Device::GetChannel2> request)
::fit::result< ::fidl::OneWayError> GetDebugChannel (::fidl::Request< ::fuchsia_hardware_camera::Device::GetDebugChannel> request)