Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + type CameraAccessExceptionClient struct + func NewCameraAccessExceptionClient(cc grpc.ClientConnInterface) *CameraAccessExceptionClient + func (c *CameraAccessExceptionClient) GetReason(ctx context.Context, handle int64) (int32, error) + type CameraCaptureSessionCaptureCallbackClient struct + func NewCameraCaptureSessionCaptureCallbackClient(cc grpc.ClientConnInterface) *CameraCaptureSessionCaptureCallbackClient + func (c *CameraCaptureSessionCaptureCallbackClient) OnCaptureBufferLost(ctx context.Context, arg0 int64, arg1 int64, arg2 int64, arg3 int64) error + func (c *CameraCaptureSessionCaptureCallbackClient) OnCaptureCompleted(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) error + func (c *CameraCaptureSessionCaptureCallbackClient) OnCaptureFailed(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) error + func (c *CameraCaptureSessionCaptureCallbackClient) OnCaptureProgressed(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) error + func (c *CameraCaptureSessionCaptureCallbackClient) OnCaptureSequenceAborted(ctx context.Context, arg0 int64, arg1 int32) error + func (c *CameraCaptureSessionCaptureCallbackClient) OnCaptureSequenceCompleted(ctx context.Context, arg0 int64, arg1 int32, arg2 int64) error + func (c *CameraCaptureSessionCaptureCallbackClient) OnCaptureStarted(ctx context.Context, arg0 int64, arg1 int64, arg2 int64, arg3 int64) error + func (c *CameraCaptureSessionCaptureCallbackClient) OnReadoutStarted(ctx context.Context, arg0 int64, arg1 int64, arg2 int64, arg3 int64) error + type CameraCaptureSessionClient struct + func NewCameraCaptureSessionClient(cc grpc.ClientConnInterface) *CameraCaptureSessionClient + func (c *CameraCaptureSessionClient) AbortCaptures(ctx context.Context) error + func (c *CameraCaptureSessionClient) CaptureSingleRequest(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) (int32, error) + func (c *CameraCaptureSessionClient) Close(ctx context.Context) error + func (c *CameraCaptureSessionClient) GetDevice(ctx context.Context) (int64, error) + func (c *CameraCaptureSessionClient) GetInputSurface(ctx context.Context) (int64, error) + func (c *CameraCaptureSessionClient) IsReprocessable(ctx context.Context) (bool, error) + func (c *CameraCaptureSessionClient) Prepare(ctx context.Context, arg0 int64) error + func (c *CameraCaptureSessionClient) SetSingleRepeatingRequest(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) (int32, error) + func (c *CameraCaptureSessionClient) StopRepeating(ctx context.Context) error + func (c *CameraCaptureSessionClient) SupportsOfflineProcessing(ctx context.Context, arg0 int64) (bool, error) + func (c *CameraCaptureSessionClient) UpdateOutputConfiguration(ctx context.Context, arg0 int64) error + type CameraCaptureSessionStateCallbackClient struct + func NewCameraCaptureSessionStateCallbackClient(cc grpc.ClientConnInterface) *CameraCaptureSessionStateCallbackClient + func (c *CameraCaptureSessionStateCallbackClient) OnActive(ctx context.Context, arg0 int64) error + func (c *CameraCaptureSessionStateCallbackClient) OnCaptureQueueEmpty(ctx context.Context, arg0 int64) error + func (c *CameraCaptureSessionStateCallbackClient) OnClosed(ctx context.Context, arg0 int64) error + func (c *CameraCaptureSessionStateCallbackClient) OnConfigureFailed(ctx context.Context, arg0 int64) error + func (c *CameraCaptureSessionStateCallbackClient) OnConfigured(ctx context.Context, arg0 int64) error + func (c *CameraCaptureSessionStateCallbackClient) OnReady(ctx context.Context, arg0 int64) error + func (c *CameraCaptureSessionStateCallbackClient) OnSurfacePrepared(ctx context.Context, arg0 int64, arg1 int64) error + type CameraCharacteristicsClient struct + func NewCameraCharacteristicsClient(cc grpc.ClientConnInterface) *CameraCharacteristicsClient + func (c *CameraCharacteristicsClient) GetAvailableCaptureRequestKeys(ctx context.Context) (int64, error) + func (c *CameraCharacteristicsClient) GetAvailableCaptureResultKeys(ctx context.Context) (int64, error) + func (c *CameraCharacteristicsClient) GetAvailablePhysicalCameraRequestKeys(ctx context.Context) (int64, error) + func (c *CameraCharacteristicsClient) GetAvailableSessionCharacteristicsKeys(ctx context.Context) (int64, error) + func (c *CameraCharacteristicsClient) GetAvailableSessionKeys(ctx context.Context) (int64, error) + func (c *CameraCharacteristicsClient) GetKeys(ctx context.Context) (int64, error) + func (c *CameraCharacteristicsClient) GetKeysNeedingPermission(ctx context.Context) (int64, error) + func (c *CameraCharacteristicsClient) GetPhysicalCameraIds(ctx context.Context) (int64, error) + func (c *CameraCharacteristicsClient) GetRecommendedStreamConfigurationMap(ctx context.Context, arg0 int32) (int64, error) + type CameraCharacteristicsKeyClient struct + func NewCameraCharacteristicsKeyClient(cc grpc.ClientConnInterface) *CameraCharacteristicsKeyClient + func (c *CameraCharacteristicsKeyClient) Equals(ctx context.Context, arg0 int64) (bool, error) + func (c *CameraCharacteristicsKeyClient) GetName(ctx context.Context) (string, error) + func (c *CameraCharacteristicsKeyClient) HashCode(ctx context.Context) (int32, error) + func (c *CameraCharacteristicsKeyClient) ToString(ctx context.Context) (string, error) + type CameraConstrainedHighSpeedCaptureSessionClient struct + func NewCameraConstrainedHighSpeedCaptureSessionClient(cc grpc.ClientConnInterface) *CameraConstrainedHighSpeedCaptureSessionClient + func (c *CameraConstrainedHighSpeedCaptureSessionClient) CreateHighSpeedRequestList(ctx context.Context, arg0 int64) (int64, error) + type CameraDeviceCameraDeviceSetupClient struct + func NewCameraDeviceCameraDeviceSetupClient(cc grpc.ClientConnInterface) *CameraDeviceCameraDeviceSetupClient + func (c *CameraDeviceCameraDeviceSetupClient) CreateCaptureRequest(ctx context.Context, arg0 int32) (int64, error) + func (c *CameraDeviceCameraDeviceSetupClient) GetId(ctx context.Context) (string, error) + func (c *CameraDeviceCameraDeviceSetupClient) GetSessionCharacteristics(ctx context.Context, arg0 int64) (int64, error) + func (c *CameraDeviceCameraDeviceSetupClient) IsSessionConfigurationSupported(ctx context.Context, arg0 int64) (bool, error) + func (c *CameraDeviceCameraDeviceSetupClient) OpenCamera(ctx context.Context, arg0 int64, arg1 int64) error + type CameraDeviceClient struct + func NewCameraDeviceClient(cc grpc.ClientConnInterface) *CameraDeviceClient + func (c *CameraDeviceClient) Close(ctx context.Context) error + func (c *CameraDeviceClient) CreateCaptureRequest(ctx context.Context, arg0 int32) (int64, error) + func (c *CameraDeviceClient) CreateCaptureSession(ctx context.Context, arg0 int64) error + func (c *CameraDeviceClient) CreateExtensionSession(ctx context.Context, arg0 int64) error + func (c *CameraDeviceClient) CreateReprocessCaptureRequest(ctx context.Context, arg0 int64) (int64, error) + func (c *CameraDeviceClient) GetCameraAudioRestriction(ctx context.Context) (int32, error) + func (c *CameraDeviceClient) GetId(ctx context.Context) (string, error) + func (c *CameraDeviceClient) IsSessionConfigurationSupported(ctx context.Context, arg0 int64) (bool, error) + func (c *CameraDeviceClient) SetCameraAudioRestriction(ctx context.Context, arg0 int32) error + type CameraDeviceStateCallbackClient struct + func NewCameraDeviceStateCallbackClient(cc grpc.ClientConnInterface) *CameraDeviceStateCallbackClient + func (c *CameraDeviceStateCallbackClient) OnClosed(ctx context.Context, arg0 int64) error + func (c *CameraDeviceStateCallbackClient) OnDisconnected(ctx context.Context, arg0 int64) error + func (c *CameraDeviceStateCallbackClient) OnError(ctx context.Context, arg0 int64, arg1 int32) error + func (c *CameraDeviceStateCallbackClient) OnOpened(ctx context.Context, arg0 int64) error + type CameraExtensionCharacteristicsClient struct + func NewCameraExtensionCharacteristicsClient(cc grpc.ClientConnInterface) *CameraExtensionCharacteristicsClient + func (c *CameraExtensionCharacteristicsClient) GetAvailableCaptureRequestKeys(ctx context.Context, arg0 int32) (int64, error) + func (c *CameraExtensionCharacteristicsClient) GetAvailableCaptureResultKeys(ctx context.Context, arg0 int32) (int64, error) + func (c *CameraExtensionCharacteristicsClient) GetEstimatedCaptureLatencyRangeMillis(ctx context.Context, arg0 int32, arg1 int64, arg2 int32) (int64, error) + func (c *CameraExtensionCharacteristicsClient) GetExtensionSupportedSizes(ctx context.Context, arg0 int32, arg1 int32) (int64, error) + func (c *CameraExtensionCharacteristicsClient) GetKeys(ctx context.Context, arg0 int32) (int64, error) + func (c *CameraExtensionCharacteristicsClient) GetPostviewSupportedSizes(ctx context.Context, arg0 int32, arg1 int64, arg2 int32) (int64, error) + func (c *CameraExtensionCharacteristicsClient) GetSupportedExtensions(ctx context.Context) (int64, error) + func (c *CameraExtensionCharacteristicsClient) IsCaptureProcessProgressAvailable(ctx context.Context, arg0 int32) (bool, error) + func (c *CameraExtensionCharacteristicsClient) IsPostviewAvailable(ctx context.Context, arg0 int32) (bool, error) + type CameraExtensionSessionClient struct + func NewCameraExtensionSessionClient(cc grpc.ClientConnInterface) *CameraExtensionSessionClient + func (c *CameraExtensionSessionClient) Capture(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) (int32, error) + func (c *CameraExtensionSessionClient) Close(ctx context.Context) error + func (c *CameraExtensionSessionClient) GetDevice(ctx context.Context) (int64, error) + func (c *CameraExtensionSessionClient) GetRealtimeStillCaptureLatency(ctx context.Context) (int64, error) + func (c *CameraExtensionSessionClient) SetRepeatingRequest(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) (int32, error) + func (c *CameraExtensionSessionClient) StopRepeating(ctx context.Context) error + type CameraExtensionSessionExtensionCaptureCallbackClient struct + func NewCameraExtensionSessionExtensionCaptureCallbackClient(cc grpc.ClientConnInterface) *CameraExtensionSessionExtensionCaptureCallbackClient + func (c *CameraExtensionSessionExtensionCaptureCallbackClient) OnCaptureFailed2(ctx context.Context, arg0 int64, arg1 int64) error + func (c *CameraExtensionSessionExtensionCaptureCallbackClient) OnCaptureFailed3_1(ctx context.Context, arg0 int64, arg1 int64, arg2 int32) error + func (c *CameraExtensionSessionExtensionCaptureCallbackClient) OnCaptureProcessProgressed(ctx context.Context, arg0 int64, arg1 int64, arg2 int32) error + func (c *CameraExtensionSessionExtensionCaptureCallbackClient) OnCaptureProcessStarted(ctx context.Context, arg0 int64, arg1 int64) error + func (c *CameraExtensionSessionExtensionCaptureCallbackClient) OnCaptureResultAvailable(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) error + func (c *CameraExtensionSessionExtensionCaptureCallbackClient) OnCaptureSequenceAborted(ctx context.Context, arg0 int64, arg1 int32) error + func (c *CameraExtensionSessionExtensionCaptureCallbackClient) OnCaptureSequenceCompleted(ctx context.Context, arg0 int64, arg1 int32) error + func (c *CameraExtensionSessionExtensionCaptureCallbackClient) OnCaptureStarted(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) error + type CameraExtensionSessionStateCallbackClient struct + func NewCameraExtensionSessionStateCallbackClient(cc grpc.ClientConnInterface) *CameraExtensionSessionStateCallbackClient + func (c *CameraExtensionSessionStateCallbackClient) OnClosed(ctx context.Context, arg0 int64) error + func (c *CameraExtensionSessionStateCallbackClient) OnConfigureFailed(ctx context.Context, arg0 int64) error + func (c *CameraExtensionSessionStateCallbackClient) OnConfigured(ctx context.Context, arg0 int64) error + type CameraExtensionSessionStillCaptureLatencyClient struct + func NewCameraExtensionSessionStillCaptureLatencyClient(cc grpc.ClientConnInterface) *CameraExtensionSessionStillCaptureLatencyClient + func (c *CameraExtensionSessionStillCaptureLatencyClient) Equals(ctx context.Context, arg0 int64) (bool, error) + func (c *CameraExtensionSessionStillCaptureLatencyClient) GetCaptureLatency(ctx context.Context) (int64, error) + func (c *CameraExtensionSessionStillCaptureLatencyClient) GetProcessingLatency(ctx context.Context) (int64, error) + func (c *CameraExtensionSessionStillCaptureLatencyClient) HashCode(ctx context.Context) (int32, error) + func (c *CameraExtensionSessionStillCaptureLatencyClient) ToString(ctx context.Context) (string, error) + type CameraMetadataClient struct + func NewCameraMetadataClient(cc grpc.ClientConnInterface) *CameraMetadataClient + func (c *CameraMetadataClient) GetKeys(ctx context.Context) (int64, error) + type CameraOfflineSessionCameraOfflineSessionCallbackClient struct + func NewCameraOfflineSessionCameraOfflineSessionCallbackClient(cc grpc.ClientConnInterface) *CameraOfflineSessionCameraOfflineSessionCallbackClient + func (c *CameraOfflineSessionCameraOfflineSessionCallbackClient) OnClosed(ctx context.Context, arg0 int64) error + func (c *CameraOfflineSessionCameraOfflineSessionCallbackClient) OnError(ctx context.Context, arg0 int64, arg1 int32) error + func (c *CameraOfflineSessionCameraOfflineSessionCallbackClient) OnIdle(ctx context.Context, arg0 int64) error + func (c *CameraOfflineSessionCameraOfflineSessionCallbackClient) OnReady(ctx context.Context, arg0 int64) error + func (c *CameraOfflineSessionCameraOfflineSessionCallbackClient) OnSwitchFailed(ctx context.Context, arg0 int64) error + type CameraOfflineSessionClient struct + func NewCameraOfflineSessionClient(cc grpc.ClientConnInterface) *CameraOfflineSessionClient + func (c *CameraOfflineSessionClient) Close(ctx context.Context) error + type CaptureFailureClient struct + func NewCaptureFailureClient(cc grpc.ClientConnInterface) *CaptureFailureClient + func (c *CaptureFailureClient) GetFrameNumber(ctx context.Context) (int64, error) + func (c *CaptureFailureClient) GetPhysicalCameraId(ctx context.Context) (string, error) + func (c *CaptureFailureClient) GetReason(ctx context.Context) (int32, error) + func (c *CaptureFailureClient) GetRequest(ctx context.Context) (int64, error) + func (c *CaptureFailureClient) GetSequenceId(ctx context.Context) (int32, error) + func (c *CaptureFailureClient) WasImageCaptured(ctx context.Context) (bool, error) + type CaptureRequestBuilderClient struct + func NewCaptureRequestBuilderClient(cc grpc.ClientConnInterface) *CaptureRequestBuilderClient + func (c *CaptureRequestBuilderClient) AddTarget(ctx context.Context, arg0 int64) error + func (c *CaptureRequestBuilderClient) Build(ctx context.Context) (int64, error) + func (c *CaptureRequestBuilderClient) RemoveTarget(ctx context.Context, arg0 int64) error + func (c *CaptureRequestBuilderClient) SetTag(ctx context.Context, arg0 int64) error + type CaptureRequestClient struct + func NewCaptureRequestClient(cc grpc.ClientConnInterface) *CaptureRequestClient + func (c *CaptureRequestClient) DescribeContents(ctx context.Context) (int32, error) + func (c *CaptureRequestClient) Equals(ctx context.Context, arg0 int64) (bool, error) + func (c *CaptureRequestClient) GetKeys(ctx context.Context) (int64, error) + func (c *CaptureRequestClient) GetTag(ctx context.Context) (int64, error) + func (c *CaptureRequestClient) HashCode(ctx context.Context) (int32, error) + func (c *CaptureRequestClient) IsReprocess(ctx context.Context) (bool, error) + func (c *CaptureRequestClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error + type CaptureRequestKeyClient struct + func NewCaptureRequestKeyClient(cc grpc.ClientConnInterface) *CaptureRequestKeyClient + func (c *CaptureRequestKeyClient) Equals(ctx context.Context, arg0 int64) (bool, error) + func (c *CaptureRequestKeyClient) GetName(ctx context.Context) (string, error) + func (c *CaptureRequestKeyClient) HashCode(ctx context.Context) (int32, error) + func (c *CaptureRequestKeyClient) ToString(ctx context.Context) (string, error) + type CaptureResultClient struct + func NewCaptureResultClient(cc grpc.ClientConnInterface) *CaptureResultClient + func (c *CaptureResultClient) GetCameraId(ctx context.Context) (string, error) + func (c *CaptureResultClient) GetFrameNumber(ctx context.Context) (int64, error) + func (c *CaptureResultClient) GetKeys(ctx context.Context) (int64, error) + func (c *CaptureResultClient) GetRequest(ctx context.Context) (int64, error) + func (c *CaptureResultClient) GetSequenceId(ctx context.Context) (int32, error) + type CaptureResultKeyClient struct + func NewCaptureResultKeyClient(cc grpc.ClientConnInterface) *CaptureResultKeyClient + func (c *CaptureResultKeyClient) Equals(ctx context.Context, arg0 int64) (bool, error) + func (c *CaptureResultKeyClient) GetName(ctx context.Context) (string, error) + func (c *CaptureResultKeyClient) HashCode(ctx context.Context) (int32, error) + func (c *CaptureResultKeyClient) ToString(ctx context.Context) (string, error) + type DngCreatorClient struct + func NewDngCreatorClient(cc grpc.ClientConnInterface) *DngCreatorClient + func (c *DngCreatorClient) Close(ctx context.Context, handle int64) error + func (c *DngCreatorClient) SetDescription(ctx context.Context, handle int64, arg0 string) (int64, error) + func (c *DngCreatorClient) SetLocation(ctx context.Context, handle int64, arg0 int64) (int64, error) + func (c *DngCreatorClient) SetOrientation(ctx context.Context, handle int64, arg0 int32) (int64, error) + func (c *DngCreatorClient) SetThumbnail1(ctx context.Context, handle int64, arg0 int64) (int64, error) + func (c *DngCreatorClient) SetThumbnail1_1(ctx context.Context, handle int64, arg0 int64) (int64, error) + func (c *DngCreatorClient) WriteImage(ctx context.Context, handle int64, arg0 int64, arg1 int64) error + func (c *DngCreatorClient) WriteInputStream(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64, ...) error + type MultiResolutionImageReaderClient struct + func NewMultiResolutionImageReaderClient(cc grpc.ClientConnInterface) *MultiResolutionImageReaderClient + func (c *MultiResolutionImageReaderClient) Close(ctx context.Context, handle int64) error + func (c *MultiResolutionImageReaderClient) Flush(ctx context.Context, handle int64) error + func (c *MultiResolutionImageReaderClient) GetStreamInfoForImageReader(ctx context.Context, handle int64, arg0 int64) (int64, error) + func (c *MultiResolutionImageReaderClient) GetSurface(ctx context.Context, handle int64) (int64, error) + func (c *MultiResolutionImageReaderClient) SetOnImageAvailableListener(ctx context.Context, handle int64, arg0 int64, arg1 int64) error + type TotalCaptureResultClient struct + func NewTotalCaptureResultClient(cc grpc.ClientConnInterface) *TotalCaptureResultClient + func (c *TotalCaptureResultClient) GetPartialResults(ctx context.Context) (int64, error)