Module camera

Module camera 

Source

Modules§

camera_result
Nested message and enum types in CameraResult.
camera_service_client
Generated client implementations.
camera_service_server
Generated server implementations.
status
Nested message and enum types in Status.
video_stream_info
Nested message and enum types in VideoStreamInfo.

Structs§

CameraResult
Result type.
CameraServiceClient
Can be used to manage cameras that implement the MAVLink Camera Protocol: https://mavlink.io/en/protocol/camera.html.
CameraServiceServer
Can be used to manage cameras that implement the MAVLink Camera Protocol: https://mavlink.io/en/protocol/camera.html.
CaptureInfo
Information about a picture just captured.
CaptureInfoResponse
CurrentSettingsResponse
EulerAngle
Euler angle type.
FormatStorageRequest
FormatStorageResponse
GetSettingRequest
GetSettingResponse
Information
Type to represent a camera information.
InformationResponse
ModeResponse
Option
Type to represent a setting option.
Position
Position type in global coordinates.
PossibleSettingOptionsResponse
Quaternion
Quaternion type.
SetModeRequest
SetModeResponse
SetSettingRequest
SetSettingResponse
Setting
Type to represent a setting with a selected option.
SettingOptions
Type to represent a setting with a list of options to choose from.
StartPhotoIntervalRequest
StartPhotoIntervalResponse
StartVideoRequest
StartVideoResponse
StartVideoStreamingRequest
StartVideoStreamingResponse
Status
Information about the camera status.
StatusResponse
StopPhotoIntervalRequest
StopPhotoIntervalResponse
StopVideoRequest
StopVideoResponse
StopVideoStreamingRequest
StopVideoStreamingResponse
SubscribeCaptureInfoRequest
SubscribeCurrentSettingsRequest
SubscribeInformationRequest
SubscribeModeRequest
SubscribePossibleSettingOptionsRequest
SubscribeStatusRequest
SubscribeVideoStreamInfoRequest
TakePhotoRequest
TakePhotoResponse
VideoStreamInfo
Information about the video stream.
VideoStreamInfoResponse
VideoStreamSettings
Type for video stream settings.

Enums§

Mode
Camera mode type.

Traits§

CameraService
Generated trait containing gRPC methods that should be implemented for use with CameraServiceServer.