camera2

package
v0.0.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 29, 2026 License: CC0-1.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CameraAccessExceptionClient

type CameraAccessExceptionClient struct {
	// contains filtered or unexported fields
}

CameraAccessExceptionClient wraps the gRPC CameraAccessExceptionService client.

func NewCameraAccessExceptionClient

func NewCameraAccessExceptionClient(cc grpc.ClientConnInterface) *CameraAccessExceptionClient

NewCameraAccessExceptionClient creates a new CameraAccessException client.

func (*CameraAccessExceptionClient) GetReason

func (c *CameraAccessExceptionClient) GetReason(ctx context.Context, handle int64) (int32, error)

GetReason calls the GetReason RPC.

type CameraCaptureSessionCaptureCallbackClient

type CameraCaptureSessionCaptureCallbackClient struct {
	// contains filtered or unexported fields
}

CameraCaptureSessionCaptureCallbackClient wraps the gRPC CameraCaptureSessionCaptureCallbackService client.

func NewCameraCaptureSessionCaptureCallbackClient

func NewCameraCaptureSessionCaptureCallbackClient(cc grpc.ClientConnInterface) *CameraCaptureSessionCaptureCallbackClient

NewCameraCaptureSessionCaptureCallbackClient creates a new CameraCaptureSessionCaptureCallback client.

func (*CameraCaptureSessionCaptureCallbackClient) OnCaptureBufferLost

func (c *CameraCaptureSessionCaptureCallbackClient) OnCaptureBufferLost(ctx context.Context, arg0 int64, arg1 int64, arg2 int64, arg3 int64) error

OnCaptureBufferLost calls the OnCaptureBufferLost RPC.

func (*CameraCaptureSessionCaptureCallbackClient) OnCaptureCompleted

func (c *CameraCaptureSessionCaptureCallbackClient) OnCaptureCompleted(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) error

OnCaptureCompleted calls the OnCaptureCompleted RPC.

func (*CameraCaptureSessionCaptureCallbackClient) OnCaptureFailed

func (c *CameraCaptureSessionCaptureCallbackClient) OnCaptureFailed(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) error

OnCaptureFailed calls the OnCaptureFailed RPC.

func (*CameraCaptureSessionCaptureCallbackClient) OnCaptureProgressed

func (c *CameraCaptureSessionCaptureCallbackClient) OnCaptureProgressed(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) error

OnCaptureProgressed calls the OnCaptureProgressed RPC.

func (*CameraCaptureSessionCaptureCallbackClient) OnCaptureSequenceAborted

func (c *CameraCaptureSessionCaptureCallbackClient) OnCaptureSequenceAborted(ctx context.Context, arg0 int64, arg1 int32) error

OnCaptureSequenceAborted calls the OnCaptureSequenceAborted RPC.

func (*CameraCaptureSessionCaptureCallbackClient) OnCaptureSequenceCompleted

func (c *CameraCaptureSessionCaptureCallbackClient) OnCaptureSequenceCompleted(ctx context.Context, arg0 int64, arg1 int32, arg2 int64) error

OnCaptureSequenceCompleted calls the OnCaptureSequenceCompleted RPC.

func (*CameraCaptureSessionCaptureCallbackClient) OnCaptureStarted

func (c *CameraCaptureSessionCaptureCallbackClient) OnCaptureStarted(ctx context.Context, arg0 int64, arg1 int64, arg2 int64, arg3 int64) error

OnCaptureStarted calls the OnCaptureStarted RPC.

func (*CameraCaptureSessionCaptureCallbackClient) OnReadoutStarted

func (c *CameraCaptureSessionCaptureCallbackClient) OnReadoutStarted(ctx context.Context, arg0 int64, arg1 int64, arg2 int64, arg3 int64) error

OnReadoutStarted calls the OnReadoutStarted RPC.

type CameraCaptureSessionClient

type CameraCaptureSessionClient struct {
	// contains filtered or unexported fields
}

CameraCaptureSessionClient wraps the gRPC CameraCaptureSessionService client.

func NewCameraCaptureSessionClient

func NewCameraCaptureSessionClient(cc grpc.ClientConnInterface) *CameraCaptureSessionClient

NewCameraCaptureSessionClient creates a new CameraCaptureSession client.

func (*CameraCaptureSessionClient) AbortCaptures

func (c *CameraCaptureSessionClient) AbortCaptures(ctx context.Context) error

AbortCaptures calls the AbortCaptures RPC.

func (*CameraCaptureSessionClient) CaptureSingleRequest

func (c *CameraCaptureSessionClient) CaptureSingleRequest(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) (int32, error)

CaptureSingleRequest calls the CaptureSingleRequest RPC.

func (*CameraCaptureSessionClient) Close

Close calls the Close RPC.

func (*CameraCaptureSessionClient) GetDevice

func (c *CameraCaptureSessionClient) GetDevice(ctx context.Context) (int64, error)

GetDevice calls the GetDevice RPC.

func (*CameraCaptureSessionClient) GetInputSurface

func (c *CameraCaptureSessionClient) GetInputSurface(ctx context.Context) (int64, error)

GetInputSurface calls the GetInputSurface RPC.

func (*CameraCaptureSessionClient) IsReprocessable

func (c *CameraCaptureSessionClient) IsReprocessable(ctx context.Context) (bool, error)

IsReprocessable calls the IsReprocessable RPC.

func (*CameraCaptureSessionClient) Prepare

func (c *CameraCaptureSessionClient) Prepare(ctx context.Context, arg0 int64) error

Prepare calls the Prepare RPC.

func (*CameraCaptureSessionClient) SetSingleRepeatingRequest

func (c *CameraCaptureSessionClient) SetSingleRepeatingRequest(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) (int32, error)

SetSingleRepeatingRequest calls the SetSingleRepeatingRequest RPC.

func (*CameraCaptureSessionClient) StopRepeating

func (c *CameraCaptureSessionClient) StopRepeating(ctx context.Context) error

StopRepeating calls the StopRepeating RPC.

func (*CameraCaptureSessionClient) SupportsOfflineProcessing

func (c *CameraCaptureSessionClient) SupportsOfflineProcessing(ctx context.Context, arg0 int64) (bool, error)

SupportsOfflineProcessing calls the SupportsOfflineProcessing RPC.

func (*CameraCaptureSessionClient) UpdateOutputConfiguration

func (c *CameraCaptureSessionClient) UpdateOutputConfiguration(ctx context.Context, arg0 int64) error

UpdateOutputConfiguration calls the UpdateOutputConfiguration RPC.

type CameraCaptureSessionStateCallbackClient

type CameraCaptureSessionStateCallbackClient struct {
	// contains filtered or unexported fields
}

CameraCaptureSessionStateCallbackClient wraps the gRPC CameraCaptureSessionStateCallbackService client.

func NewCameraCaptureSessionStateCallbackClient

func NewCameraCaptureSessionStateCallbackClient(cc grpc.ClientConnInterface) *CameraCaptureSessionStateCallbackClient

NewCameraCaptureSessionStateCallbackClient creates a new CameraCaptureSessionStateCallback client.

func (*CameraCaptureSessionStateCallbackClient) OnActive

OnActive calls the OnActive RPC.

func (*CameraCaptureSessionStateCallbackClient) OnCaptureQueueEmpty

func (c *CameraCaptureSessionStateCallbackClient) OnCaptureQueueEmpty(ctx context.Context, arg0 int64) error

OnCaptureQueueEmpty calls the OnCaptureQueueEmpty RPC.

func (*CameraCaptureSessionStateCallbackClient) OnClosed

OnClosed calls the OnClosed RPC.

func (*CameraCaptureSessionStateCallbackClient) OnConfigureFailed

func (c *CameraCaptureSessionStateCallbackClient) OnConfigureFailed(ctx context.Context, arg0 int64) error

OnConfigureFailed calls the OnConfigureFailed RPC.

func (*CameraCaptureSessionStateCallbackClient) OnConfigured

OnConfigured calls the OnConfigured RPC.

func (*CameraCaptureSessionStateCallbackClient) OnReady

OnReady calls the OnReady RPC.

func (*CameraCaptureSessionStateCallbackClient) OnSurfacePrepared

func (c *CameraCaptureSessionStateCallbackClient) OnSurfacePrepared(ctx context.Context, arg0 int64, arg1 int64) error

OnSurfacePrepared calls the OnSurfacePrepared RPC.

type CameraCharacteristicsClient

type CameraCharacteristicsClient struct {
	// contains filtered or unexported fields
}

CameraCharacteristicsClient wraps the gRPC CameraCharacteristicsService client.

func NewCameraCharacteristicsClient

func NewCameraCharacteristicsClient(cc grpc.ClientConnInterface) *CameraCharacteristicsClient

NewCameraCharacteristicsClient creates a new CameraCharacteristics client.

func (*CameraCharacteristicsClient) GetAvailableCaptureRequestKeys

func (c *CameraCharacteristicsClient) GetAvailableCaptureRequestKeys(ctx context.Context) (int64, error)

GetAvailableCaptureRequestKeys calls the GetAvailableCaptureRequestKeys RPC.

func (*CameraCharacteristicsClient) GetAvailableCaptureResultKeys

func (c *CameraCharacteristicsClient) GetAvailableCaptureResultKeys(ctx context.Context) (int64, error)

GetAvailableCaptureResultKeys calls the GetAvailableCaptureResultKeys RPC.

func (*CameraCharacteristicsClient) GetAvailablePhysicalCameraRequestKeys

func (c *CameraCharacteristicsClient) GetAvailablePhysicalCameraRequestKeys(ctx context.Context) (int64, error)

GetAvailablePhysicalCameraRequestKeys calls the GetAvailablePhysicalCameraRequestKeys RPC.

func (*CameraCharacteristicsClient) GetAvailableSessionCharacteristicsKeys

func (c *CameraCharacteristicsClient) GetAvailableSessionCharacteristicsKeys(ctx context.Context) (int64, error)

GetAvailableSessionCharacteristicsKeys calls the GetAvailableSessionCharacteristicsKeys RPC.

func (*CameraCharacteristicsClient) GetAvailableSessionKeys

func (c *CameraCharacteristicsClient) GetAvailableSessionKeys(ctx context.Context) (int64, error)

GetAvailableSessionKeys calls the GetAvailableSessionKeys RPC.

func (*CameraCharacteristicsClient) GetKeys

GetKeys calls the GetKeys RPC.

func (*CameraCharacteristicsClient) GetKeysNeedingPermission

func (c *CameraCharacteristicsClient) GetKeysNeedingPermission(ctx context.Context) (int64, error)

GetKeysNeedingPermission calls the GetKeysNeedingPermission RPC.

func (*CameraCharacteristicsClient) GetPhysicalCameraIds

func (c *CameraCharacteristicsClient) GetPhysicalCameraIds(ctx context.Context) (int64, error)

GetPhysicalCameraIds calls the GetPhysicalCameraIds RPC.

func (*CameraCharacteristicsClient) GetRecommendedStreamConfigurationMap

func (c *CameraCharacteristicsClient) GetRecommendedStreamConfigurationMap(ctx context.Context, arg0 int32) (int64, error)

GetRecommendedStreamConfigurationMap calls the GetRecommendedStreamConfigurationMap RPC.

type CameraCharacteristicsKeyClient

type CameraCharacteristicsKeyClient struct {
	// contains filtered or unexported fields
}

CameraCharacteristicsKeyClient wraps the gRPC CameraCharacteristicsKeyService client.

func NewCameraCharacteristicsKeyClient

func NewCameraCharacteristicsKeyClient(cc grpc.ClientConnInterface) *CameraCharacteristicsKeyClient

NewCameraCharacteristicsKeyClient creates a new CameraCharacteristicsKey client.

func (*CameraCharacteristicsKeyClient) Equals

Equals calls the Equals RPC.

func (*CameraCharacteristicsKeyClient) GetName

GetName calls the GetName RPC.

func (*CameraCharacteristicsKeyClient) HashCode

HashCode calls the HashCode RPC.

func (*CameraCharacteristicsKeyClient) ToString

ToString calls the ToString RPC.

type CameraConstrainedHighSpeedCaptureSessionClient

type CameraConstrainedHighSpeedCaptureSessionClient struct {
	// contains filtered or unexported fields
}

CameraConstrainedHighSpeedCaptureSessionClient wraps the gRPC CameraConstrainedHighSpeedCaptureSessionService client.

func NewCameraConstrainedHighSpeedCaptureSessionClient

func NewCameraConstrainedHighSpeedCaptureSessionClient(cc grpc.ClientConnInterface) *CameraConstrainedHighSpeedCaptureSessionClient

NewCameraConstrainedHighSpeedCaptureSessionClient creates a new CameraConstrainedHighSpeedCaptureSession client.

func (*CameraConstrainedHighSpeedCaptureSessionClient) CreateHighSpeedRequestList

func (c *CameraConstrainedHighSpeedCaptureSessionClient) CreateHighSpeedRequestList(ctx context.Context, arg0 int64) (int64, error)

CreateHighSpeedRequestList calls the CreateHighSpeedRequestList RPC.

type CameraDeviceCameraDeviceSetupClient

type CameraDeviceCameraDeviceSetupClient struct {
	// contains filtered or unexported fields
}

CameraDeviceCameraDeviceSetupClient wraps the gRPC CameraDeviceCameraDeviceSetupService client.

func NewCameraDeviceCameraDeviceSetupClient

func NewCameraDeviceCameraDeviceSetupClient(cc grpc.ClientConnInterface) *CameraDeviceCameraDeviceSetupClient

NewCameraDeviceCameraDeviceSetupClient creates a new CameraDeviceCameraDeviceSetup client.

func (*CameraDeviceCameraDeviceSetupClient) CreateCaptureRequest

func (c *CameraDeviceCameraDeviceSetupClient) CreateCaptureRequest(ctx context.Context, arg0 int32) (int64, error)

CreateCaptureRequest calls the CreateCaptureRequest RPC.

func (*CameraDeviceCameraDeviceSetupClient) GetId

GetId calls the GetId RPC.

func (*CameraDeviceCameraDeviceSetupClient) GetSessionCharacteristics

func (c *CameraDeviceCameraDeviceSetupClient) GetSessionCharacteristics(ctx context.Context, arg0 int64) (int64, error)

GetSessionCharacteristics calls the GetSessionCharacteristics RPC.

func (*CameraDeviceCameraDeviceSetupClient) IsSessionConfigurationSupported

func (c *CameraDeviceCameraDeviceSetupClient) IsSessionConfigurationSupported(ctx context.Context, arg0 int64) (bool, error)

IsSessionConfigurationSupported calls the IsSessionConfigurationSupported RPC.

func (*CameraDeviceCameraDeviceSetupClient) OpenCamera

func (c *CameraDeviceCameraDeviceSetupClient) OpenCamera(ctx context.Context, arg0 int64, arg1 int64) error

OpenCamera calls the OpenCamera RPC.

type CameraDeviceClient

type CameraDeviceClient struct {
	// contains filtered or unexported fields
}

CameraDeviceClient wraps the gRPC CameraDeviceService client.

func NewCameraDeviceClient

func NewCameraDeviceClient(cc grpc.ClientConnInterface) *CameraDeviceClient

NewCameraDeviceClient creates a new CameraDevice client.

func (*CameraDeviceClient) Close

func (c *CameraDeviceClient) Close(ctx context.Context) error

Close calls the Close RPC.

func (*CameraDeviceClient) CreateCaptureRequest

func (c *CameraDeviceClient) CreateCaptureRequest(ctx context.Context, arg0 int32) (int64, error)

CreateCaptureRequest calls the CreateCaptureRequest RPC.

func (*CameraDeviceClient) CreateCaptureSession

func (c *CameraDeviceClient) CreateCaptureSession(ctx context.Context, arg0 int64) error

CreateCaptureSession calls the CreateCaptureSession RPC.

func (*CameraDeviceClient) CreateExtensionSession

func (c *CameraDeviceClient) CreateExtensionSession(ctx context.Context, arg0 int64) error

CreateExtensionSession calls the CreateExtensionSession RPC.

func (*CameraDeviceClient) CreateReprocessCaptureRequest

func (c *CameraDeviceClient) CreateReprocessCaptureRequest(ctx context.Context, arg0 int64) (int64, error)

CreateReprocessCaptureRequest calls the CreateReprocessCaptureRequest RPC.

func (*CameraDeviceClient) GetCameraAudioRestriction

func (c *CameraDeviceClient) GetCameraAudioRestriction(ctx context.Context) (int32, error)

GetCameraAudioRestriction calls the GetCameraAudioRestriction RPC.

func (*CameraDeviceClient) GetId

func (c *CameraDeviceClient) GetId(ctx context.Context) (string, error)

GetId calls the GetId RPC.

func (*CameraDeviceClient) IsSessionConfigurationSupported

func (c *CameraDeviceClient) IsSessionConfigurationSupported(ctx context.Context, arg0 int64) (bool, error)

IsSessionConfigurationSupported calls the IsSessionConfigurationSupported RPC.

func (*CameraDeviceClient) SetCameraAudioRestriction

func (c *CameraDeviceClient) SetCameraAudioRestriction(ctx context.Context, arg0 int32) error

SetCameraAudioRestriction calls the SetCameraAudioRestriction RPC.

type CameraDeviceStateCallbackClient

type CameraDeviceStateCallbackClient struct {
	// contains filtered or unexported fields
}

CameraDeviceStateCallbackClient wraps the gRPC CameraDeviceStateCallbackService client.

func NewCameraDeviceStateCallbackClient

func NewCameraDeviceStateCallbackClient(cc grpc.ClientConnInterface) *CameraDeviceStateCallbackClient

NewCameraDeviceStateCallbackClient creates a new CameraDeviceStateCallback client.

func (*CameraDeviceStateCallbackClient) OnClosed

OnClosed calls the OnClosed RPC.

func (*CameraDeviceStateCallbackClient) OnDisconnected

func (c *CameraDeviceStateCallbackClient) OnDisconnected(ctx context.Context, arg0 int64) error

OnDisconnected calls the OnDisconnected RPC.

func (*CameraDeviceStateCallbackClient) OnError

func (c *CameraDeviceStateCallbackClient) OnError(ctx context.Context, arg0 int64, arg1 int32) error

OnError calls the OnError RPC.

func (*CameraDeviceStateCallbackClient) OnOpened

OnOpened calls the OnOpened RPC.

type CameraExtensionCharacteristicsClient

type CameraExtensionCharacteristicsClient struct {
	// contains filtered or unexported fields
}

CameraExtensionCharacteristicsClient wraps the gRPC CameraExtensionCharacteristicsService client.

func NewCameraExtensionCharacteristicsClient

func NewCameraExtensionCharacteristicsClient(cc grpc.ClientConnInterface) *CameraExtensionCharacteristicsClient

NewCameraExtensionCharacteristicsClient creates a new CameraExtensionCharacteristics client.

func (*CameraExtensionCharacteristicsClient) GetAvailableCaptureRequestKeys

func (c *CameraExtensionCharacteristicsClient) GetAvailableCaptureRequestKeys(ctx context.Context, arg0 int32) (int64, error)

GetAvailableCaptureRequestKeys calls the GetAvailableCaptureRequestKeys RPC.

func (*CameraExtensionCharacteristicsClient) GetAvailableCaptureResultKeys

func (c *CameraExtensionCharacteristicsClient) GetAvailableCaptureResultKeys(ctx context.Context, arg0 int32) (int64, error)

GetAvailableCaptureResultKeys calls the GetAvailableCaptureResultKeys RPC.

func (*CameraExtensionCharacteristicsClient) GetEstimatedCaptureLatencyRangeMillis

func (c *CameraExtensionCharacteristicsClient) GetEstimatedCaptureLatencyRangeMillis(ctx context.Context, arg0 int32, arg1 int64, arg2 int32) (int64, error)

GetEstimatedCaptureLatencyRangeMillis calls the GetEstimatedCaptureLatencyRangeMillis RPC.

func (*CameraExtensionCharacteristicsClient) GetExtensionSupportedSizes

func (c *CameraExtensionCharacteristicsClient) GetExtensionSupportedSizes(ctx context.Context, arg0 int32, arg1 int32) (int64, error)

GetExtensionSupportedSizes calls the GetExtensionSupportedSizes RPC.

func (*CameraExtensionCharacteristicsClient) GetKeys

GetKeys calls the GetKeys RPC.

func (*CameraExtensionCharacteristicsClient) GetPostviewSupportedSizes

func (c *CameraExtensionCharacteristicsClient) GetPostviewSupportedSizes(ctx context.Context, arg0 int32, arg1 int64, arg2 int32) (int64, error)

GetPostviewSupportedSizes calls the GetPostviewSupportedSizes RPC.

func (*CameraExtensionCharacteristicsClient) GetSupportedExtensions

func (c *CameraExtensionCharacteristicsClient) GetSupportedExtensions(ctx context.Context) (int64, error)

GetSupportedExtensions calls the GetSupportedExtensions RPC.

func (*CameraExtensionCharacteristicsClient) IsCaptureProcessProgressAvailable

func (c *CameraExtensionCharacteristicsClient) IsCaptureProcessProgressAvailable(ctx context.Context, arg0 int32) (bool, error)

IsCaptureProcessProgressAvailable calls the IsCaptureProcessProgressAvailable RPC.

func (*CameraExtensionCharacteristicsClient) IsPostviewAvailable

func (c *CameraExtensionCharacteristicsClient) IsPostviewAvailable(ctx context.Context, arg0 int32) (bool, error)

IsPostviewAvailable calls the IsPostviewAvailable RPC.

type CameraExtensionSessionClient

type CameraExtensionSessionClient struct {
	// contains filtered or unexported fields
}

CameraExtensionSessionClient wraps the gRPC CameraExtensionSessionService client.

func NewCameraExtensionSessionClient

func NewCameraExtensionSessionClient(cc grpc.ClientConnInterface) *CameraExtensionSessionClient

NewCameraExtensionSessionClient creates a new CameraExtensionSession client.

func (*CameraExtensionSessionClient) Capture

func (c *CameraExtensionSessionClient) Capture(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) (int32, error)

Capture calls the Capture RPC.

func (*CameraExtensionSessionClient) Close

Close calls the Close RPC.

func (*CameraExtensionSessionClient) GetDevice

GetDevice calls the GetDevice RPC.

func (*CameraExtensionSessionClient) GetRealtimeStillCaptureLatency

func (c *CameraExtensionSessionClient) GetRealtimeStillCaptureLatency(ctx context.Context) (int64, error)

GetRealtimeStillCaptureLatency calls the GetRealtimeStillCaptureLatency RPC.

func (*CameraExtensionSessionClient) SetRepeatingRequest

func (c *CameraExtensionSessionClient) SetRepeatingRequest(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) (int32, error)

SetRepeatingRequest calls the SetRepeatingRequest RPC.

func (*CameraExtensionSessionClient) StopRepeating

func (c *CameraExtensionSessionClient) StopRepeating(ctx context.Context) error

StopRepeating calls the StopRepeating RPC.

type CameraExtensionSessionExtensionCaptureCallbackClient

type CameraExtensionSessionExtensionCaptureCallbackClient struct {
	// contains filtered or unexported fields
}

CameraExtensionSessionExtensionCaptureCallbackClient wraps the gRPC CameraExtensionSessionExtensionCaptureCallbackService client.

func NewCameraExtensionSessionExtensionCaptureCallbackClient

func NewCameraExtensionSessionExtensionCaptureCallbackClient(cc grpc.ClientConnInterface) *CameraExtensionSessionExtensionCaptureCallbackClient

NewCameraExtensionSessionExtensionCaptureCallbackClient creates a new CameraExtensionSessionExtensionCaptureCallback client.

func (*CameraExtensionSessionExtensionCaptureCallbackClient) OnCaptureFailed2

OnCaptureFailed2 calls the OnCaptureFailed2 RPC.

func (*CameraExtensionSessionExtensionCaptureCallbackClient) OnCaptureFailed3_1

func (c *CameraExtensionSessionExtensionCaptureCallbackClient) OnCaptureFailed3_1(ctx context.Context, arg0 int64, arg1 int64, arg2 int32) error

OnCaptureFailed3_1 calls the OnCaptureFailed3_1 RPC.

func (*CameraExtensionSessionExtensionCaptureCallbackClient) OnCaptureProcessProgressed

func (c *CameraExtensionSessionExtensionCaptureCallbackClient) OnCaptureProcessProgressed(ctx context.Context, arg0 int64, arg1 int64, arg2 int32) error

OnCaptureProcessProgressed calls the OnCaptureProcessProgressed RPC.

func (*CameraExtensionSessionExtensionCaptureCallbackClient) OnCaptureProcessStarted

func (c *CameraExtensionSessionExtensionCaptureCallbackClient) OnCaptureProcessStarted(ctx context.Context, arg0 int64, arg1 int64) error

OnCaptureProcessStarted calls the OnCaptureProcessStarted RPC.

func (*CameraExtensionSessionExtensionCaptureCallbackClient) OnCaptureResultAvailable

func (c *CameraExtensionSessionExtensionCaptureCallbackClient) OnCaptureResultAvailable(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) error

OnCaptureResultAvailable calls the OnCaptureResultAvailable RPC.

func (*CameraExtensionSessionExtensionCaptureCallbackClient) OnCaptureSequenceAborted

func (c *CameraExtensionSessionExtensionCaptureCallbackClient) OnCaptureSequenceAborted(ctx context.Context, arg0 int64, arg1 int32) error

OnCaptureSequenceAborted calls the OnCaptureSequenceAborted RPC.

func (*CameraExtensionSessionExtensionCaptureCallbackClient) OnCaptureSequenceCompleted

func (c *CameraExtensionSessionExtensionCaptureCallbackClient) OnCaptureSequenceCompleted(ctx context.Context, arg0 int64, arg1 int32) error

OnCaptureSequenceCompleted calls the OnCaptureSequenceCompleted RPC.

func (*CameraExtensionSessionExtensionCaptureCallbackClient) OnCaptureStarted

func (c *CameraExtensionSessionExtensionCaptureCallbackClient) OnCaptureStarted(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) error

OnCaptureStarted calls the OnCaptureStarted RPC.

type CameraExtensionSessionStateCallbackClient

type CameraExtensionSessionStateCallbackClient struct {
	// contains filtered or unexported fields
}

CameraExtensionSessionStateCallbackClient wraps the gRPC CameraExtensionSessionStateCallbackService client.

func NewCameraExtensionSessionStateCallbackClient

func NewCameraExtensionSessionStateCallbackClient(cc grpc.ClientConnInterface) *CameraExtensionSessionStateCallbackClient

NewCameraExtensionSessionStateCallbackClient creates a new CameraExtensionSessionStateCallback client.

func (*CameraExtensionSessionStateCallbackClient) OnClosed

OnClosed calls the OnClosed RPC.

func (*CameraExtensionSessionStateCallbackClient) OnConfigureFailed

func (c *CameraExtensionSessionStateCallbackClient) OnConfigureFailed(ctx context.Context, arg0 int64) error

OnConfigureFailed calls the OnConfigureFailed RPC.

func (*CameraExtensionSessionStateCallbackClient) OnConfigured

OnConfigured calls the OnConfigured RPC.

type CameraExtensionSessionStillCaptureLatencyClient

type CameraExtensionSessionStillCaptureLatencyClient struct {
	// contains filtered or unexported fields
}

CameraExtensionSessionStillCaptureLatencyClient wraps the gRPC CameraExtensionSessionStillCaptureLatencyService client.

func NewCameraExtensionSessionStillCaptureLatencyClient

func NewCameraExtensionSessionStillCaptureLatencyClient(cc grpc.ClientConnInterface) *CameraExtensionSessionStillCaptureLatencyClient

NewCameraExtensionSessionStillCaptureLatencyClient creates a new CameraExtensionSessionStillCaptureLatency client.

func (*CameraExtensionSessionStillCaptureLatencyClient) Equals

Equals calls the Equals RPC.

func (*CameraExtensionSessionStillCaptureLatencyClient) GetCaptureLatency

GetCaptureLatency calls the GetCaptureLatency RPC.

func (*CameraExtensionSessionStillCaptureLatencyClient) GetProcessingLatency

GetProcessingLatency calls the GetProcessingLatency RPC.

func (*CameraExtensionSessionStillCaptureLatencyClient) HashCode

HashCode calls the HashCode RPC.

func (*CameraExtensionSessionStillCaptureLatencyClient) ToString

ToString calls the ToString RPC.

type CameraMetadataClient

type CameraMetadataClient struct {
	// contains filtered or unexported fields
}

CameraMetadataClient wraps the gRPC CameraMetadataService client.

func NewCameraMetadataClient

func NewCameraMetadataClient(cc grpc.ClientConnInterface) *CameraMetadataClient

NewCameraMetadataClient creates a new CameraMetadata client.

func (*CameraMetadataClient) GetKeys

func (c *CameraMetadataClient) GetKeys(ctx context.Context) (int64, error)

GetKeys calls the GetKeys RPC.

type CameraOfflineSessionCameraOfflineSessionCallbackClient

type CameraOfflineSessionCameraOfflineSessionCallbackClient struct {
	// contains filtered or unexported fields
}

CameraOfflineSessionCameraOfflineSessionCallbackClient wraps the gRPC CameraOfflineSessionCameraOfflineSessionCallbackService client.

func NewCameraOfflineSessionCameraOfflineSessionCallbackClient

func NewCameraOfflineSessionCameraOfflineSessionCallbackClient(cc grpc.ClientConnInterface) *CameraOfflineSessionCameraOfflineSessionCallbackClient

NewCameraOfflineSessionCameraOfflineSessionCallbackClient creates a new CameraOfflineSessionCameraOfflineSessionCallback client.

func (*CameraOfflineSessionCameraOfflineSessionCallbackClient) OnClosed

OnClosed calls the OnClosed RPC.

func (*CameraOfflineSessionCameraOfflineSessionCallbackClient) OnError

OnError calls the OnError RPC.

func (*CameraOfflineSessionCameraOfflineSessionCallbackClient) OnIdle

OnIdle calls the OnIdle RPC.

func (*CameraOfflineSessionCameraOfflineSessionCallbackClient) OnReady

OnReady calls the OnReady RPC.

func (*CameraOfflineSessionCameraOfflineSessionCallbackClient) OnSwitchFailed

OnSwitchFailed calls the OnSwitchFailed RPC.

type CameraOfflineSessionClient

type CameraOfflineSessionClient struct {
	// contains filtered or unexported fields
}

CameraOfflineSessionClient wraps the gRPC CameraOfflineSessionService client.

func NewCameraOfflineSessionClient

func NewCameraOfflineSessionClient(cc grpc.ClientConnInterface) *CameraOfflineSessionClient

NewCameraOfflineSessionClient creates a new CameraOfflineSession client.

func (*CameraOfflineSessionClient) Close

Close calls the Close RPC.

type CaptureFailureClient

type CaptureFailureClient struct {
	// contains filtered or unexported fields
}

CaptureFailureClient wraps the gRPC CaptureFailureService client.

func NewCaptureFailureClient

func NewCaptureFailureClient(cc grpc.ClientConnInterface) *CaptureFailureClient

NewCaptureFailureClient creates a new CaptureFailure client.

func (*CaptureFailureClient) GetFrameNumber

func (c *CaptureFailureClient) GetFrameNumber(ctx context.Context) (int64, error)

GetFrameNumber calls the GetFrameNumber RPC.

func (*CaptureFailureClient) GetPhysicalCameraId

func (c *CaptureFailureClient) GetPhysicalCameraId(ctx context.Context) (string, error)

GetPhysicalCameraId calls the GetPhysicalCameraId RPC.

func (*CaptureFailureClient) GetReason

func (c *CaptureFailureClient) GetReason(ctx context.Context) (int32, error)

GetReason calls the GetReason RPC.

func (*CaptureFailureClient) GetRequest

func (c *CaptureFailureClient) GetRequest(ctx context.Context) (int64, error)

GetRequest calls the GetRequest RPC.

func (*CaptureFailureClient) GetSequenceId

func (c *CaptureFailureClient) GetSequenceId(ctx context.Context) (int32, error)

GetSequenceId calls the GetSequenceId RPC.

func (*CaptureFailureClient) WasImageCaptured

func (c *CaptureFailureClient) WasImageCaptured(ctx context.Context) (bool, error)

WasImageCaptured calls the WasImageCaptured RPC.

type CaptureRequestBuilderClient

type CaptureRequestBuilderClient struct {
	// contains filtered or unexported fields
}

CaptureRequestBuilderClient wraps the gRPC CaptureRequestBuilderService client.

func NewCaptureRequestBuilderClient

func NewCaptureRequestBuilderClient(cc grpc.ClientConnInterface) *CaptureRequestBuilderClient

NewCaptureRequestBuilderClient creates a new CaptureRequestBuilder client.

func (*CaptureRequestBuilderClient) AddTarget

func (c *CaptureRequestBuilderClient) AddTarget(ctx context.Context, arg0 int64) error

AddTarget calls the AddTarget RPC.

func (*CaptureRequestBuilderClient) Build

Build calls the Build RPC.

func (*CaptureRequestBuilderClient) RemoveTarget

func (c *CaptureRequestBuilderClient) RemoveTarget(ctx context.Context, arg0 int64) error

RemoveTarget calls the RemoveTarget RPC.

func (*CaptureRequestBuilderClient) SetTag

func (c *CaptureRequestBuilderClient) SetTag(ctx context.Context, arg0 int64) error

SetTag calls the SetTag RPC.

type CaptureRequestClient

type CaptureRequestClient struct {
	// contains filtered or unexported fields
}

CaptureRequestClient wraps the gRPC CaptureRequestService client.

func NewCaptureRequestClient

func NewCaptureRequestClient(cc grpc.ClientConnInterface) *CaptureRequestClient

NewCaptureRequestClient creates a new CaptureRequest client.

func (*CaptureRequestClient) DescribeContents

func (c *CaptureRequestClient) DescribeContents(ctx context.Context) (int32, error)

DescribeContents calls the DescribeContents RPC.

func (*CaptureRequestClient) Equals

func (c *CaptureRequestClient) Equals(ctx context.Context, arg0 int64) (bool, error)

Equals calls the Equals RPC.

func (*CaptureRequestClient) GetKeys

func (c *CaptureRequestClient) GetKeys(ctx context.Context) (int64, error)

GetKeys calls the GetKeys RPC.

func (*CaptureRequestClient) GetTag

func (c *CaptureRequestClient) GetTag(ctx context.Context) (int64, error)

GetTag calls the GetTag RPC.

func (*CaptureRequestClient) HashCode

func (c *CaptureRequestClient) HashCode(ctx context.Context) (int32, error)

HashCode calls the HashCode RPC.

func (*CaptureRequestClient) IsReprocess

func (c *CaptureRequestClient) IsReprocess(ctx context.Context) (bool, error)

IsReprocess calls the IsReprocess RPC.

func (*CaptureRequestClient) WriteToParcel

func (c *CaptureRequestClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error

WriteToParcel calls the WriteToParcel RPC.

type CaptureRequestKeyClient

type CaptureRequestKeyClient struct {
	// contains filtered or unexported fields
}

CaptureRequestKeyClient wraps the gRPC CaptureRequestKeyService client.

func NewCaptureRequestKeyClient

func NewCaptureRequestKeyClient(cc grpc.ClientConnInterface) *CaptureRequestKeyClient

NewCaptureRequestKeyClient creates a new CaptureRequestKey client.

func (*CaptureRequestKeyClient) Equals

func (c *CaptureRequestKeyClient) Equals(ctx context.Context, arg0 int64) (bool, error)

Equals calls the Equals RPC.

func (*CaptureRequestKeyClient) GetName

func (c *CaptureRequestKeyClient) GetName(ctx context.Context) (string, error)

GetName calls the GetName RPC.

func (*CaptureRequestKeyClient) HashCode

func (c *CaptureRequestKeyClient) HashCode(ctx context.Context) (int32, error)

HashCode calls the HashCode RPC.

func (*CaptureRequestKeyClient) ToString

func (c *CaptureRequestKeyClient) ToString(ctx context.Context) (string, error)

ToString calls the ToString RPC.

type CaptureResultClient

type CaptureResultClient struct {
	// contains filtered or unexported fields
}

CaptureResultClient wraps the gRPC CaptureResultService client.

func NewCaptureResultClient

func NewCaptureResultClient(cc grpc.ClientConnInterface) *CaptureResultClient

NewCaptureResultClient creates a new CaptureResult client.

func (*CaptureResultClient) GetCameraId

func (c *CaptureResultClient) GetCameraId(ctx context.Context) (string, error)

GetCameraId calls the GetCameraId RPC.

func (*CaptureResultClient) GetFrameNumber

func (c *CaptureResultClient) GetFrameNumber(ctx context.Context) (int64, error)

GetFrameNumber calls the GetFrameNumber RPC.

func (*CaptureResultClient) GetKeys

func (c *CaptureResultClient) GetKeys(ctx context.Context) (int64, error)

GetKeys calls the GetKeys RPC.

func (*CaptureResultClient) GetRequest

func (c *CaptureResultClient) GetRequest(ctx context.Context) (int64, error)

GetRequest calls the GetRequest RPC.

func (*CaptureResultClient) GetSequenceId

func (c *CaptureResultClient) GetSequenceId(ctx context.Context) (int32, error)

GetSequenceId calls the GetSequenceId RPC.

type CaptureResultKeyClient

type CaptureResultKeyClient struct {
	// contains filtered or unexported fields
}

CaptureResultKeyClient wraps the gRPC CaptureResultKeyService client.

func NewCaptureResultKeyClient

func NewCaptureResultKeyClient(cc grpc.ClientConnInterface) *CaptureResultKeyClient

NewCaptureResultKeyClient creates a new CaptureResultKey client.

func (*CaptureResultKeyClient) Equals

func (c *CaptureResultKeyClient) Equals(ctx context.Context, arg0 int64) (bool, error)

Equals calls the Equals RPC.

func (*CaptureResultKeyClient) GetName

func (c *CaptureResultKeyClient) GetName(ctx context.Context) (string, error)

GetName calls the GetName RPC.

func (*CaptureResultKeyClient) HashCode

func (c *CaptureResultKeyClient) HashCode(ctx context.Context) (int32, error)

HashCode calls the HashCode RPC.

func (*CaptureResultKeyClient) ToString

func (c *CaptureResultKeyClient) ToString(ctx context.Context) (string, error)

ToString calls the ToString RPC.

type DngCreatorClient

type DngCreatorClient struct {
	// contains filtered or unexported fields
}

DngCreatorClient wraps the gRPC DngCreatorService client.

func NewDngCreatorClient

func NewDngCreatorClient(cc grpc.ClientConnInterface) *DngCreatorClient

NewDngCreatorClient creates a new DngCreator client.

func (*DngCreatorClient) Close

func (c *DngCreatorClient) Close(ctx context.Context, handle int64) error

Close calls the Close RPC.

func (*DngCreatorClient) SetDescription

func (c *DngCreatorClient) SetDescription(ctx context.Context, handle int64, arg0 string) (int64, error)

SetDescription calls the SetDescription RPC.

func (*DngCreatorClient) SetLocation

func (c *DngCreatorClient) SetLocation(ctx context.Context, handle int64, arg0 int64) (int64, error)

SetLocation calls the SetLocation RPC.

func (*DngCreatorClient) SetOrientation

func (c *DngCreatorClient) SetOrientation(ctx context.Context, handle int64, arg0 int32) (int64, error)

SetOrientation calls the SetOrientation RPC.

func (*DngCreatorClient) SetThumbnail1

func (c *DngCreatorClient) SetThumbnail1(ctx context.Context, handle int64, arg0 int64) (int64, error)

SetThumbnail1 calls the SetThumbnail1 RPC.

func (*DngCreatorClient) SetThumbnail1_1

func (c *DngCreatorClient) SetThumbnail1_1(ctx context.Context, handle int64, arg0 int64) (int64, error)

SetThumbnail1_1 calls the SetThumbnail1_1 RPC.

func (*DngCreatorClient) WriteImage

func (c *DngCreatorClient) WriteImage(ctx context.Context, handle int64, arg0 int64, arg1 int64) error

WriteImage calls the WriteImage RPC.

func (*DngCreatorClient) WriteInputStream

func (c *DngCreatorClient) WriteInputStream(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64, arg3 int64) error

WriteInputStream calls the WriteInputStream RPC.

type MultiResolutionImageReaderClient

type MultiResolutionImageReaderClient struct {
	// contains filtered or unexported fields
}

MultiResolutionImageReaderClient wraps the gRPC MultiResolutionImageReaderService client.

func NewMultiResolutionImageReaderClient

func NewMultiResolutionImageReaderClient(cc grpc.ClientConnInterface) *MultiResolutionImageReaderClient

NewMultiResolutionImageReaderClient creates a new MultiResolutionImageReader client.

func (*MultiResolutionImageReaderClient) Close

Close calls the Close RPC.

func (*MultiResolutionImageReaderClient) Flush

Flush calls the Flush RPC.

func (*MultiResolutionImageReaderClient) GetStreamInfoForImageReader

func (c *MultiResolutionImageReaderClient) GetStreamInfoForImageReader(ctx context.Context, handle int64, arg0 int64) (int64, error)

GetStreamInfoForImageReader calls the GetStreamInfoForImageReader RPC.

func (*MultiResolutionImageReaderClient) GetSurface

func (c *MultiResolutionImageReaderClient) GetSurface(ctx context.Context, handle int64) (int64, error)

GetSurface calls the GetSurface RPC.

func (*MultiResolutionImageReaderClient) SetOnImageAvailableListener

func (c *MultiResolutionImageReaderClient) SetOnImageAvailableListener(ctx context.Context, handle int64, arg0 int64, arg1 int64) error

SetOnImageAvailableListener calls the SetOnImageAvailableListener RPC.

type TotalCaptureResultClient

type TotalCaptureResultClient struct {
	// contains filtered or unexported fields
}

TotalCaptureResultClient wraps the gRPC TotalCaptureResultService client.

func NewTotalCaptureResultClient

func NewTotalCaptureResultClient(cc grpc.ClientConnInterface) *TotalCaptureResultClient

NewTotalCaptureResultClient creates a new TotalCaptureResult client.

func (*TotalCaptureResultClient) GetPartialResults

func (c *TotalCaptureResultClient) GetPartialResults(ctx context.Context) (int64, error)

GetPartialResults calls the GetPartialResults RPC.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL