github.com/bluenviron/gomavlib/v2@v2.2.1-0.20240308101627-2c07e3da629c/pkg/dialects/pythonarraytest/message_camera_image_captured.go (about)

     1  //autogenerated:yes
     2  //nolint:revive,misspell,govet,lll
     3  package pythonarraytest
     4  
     5  import (
     6  	"github.com/bluenviron/gomavlib/v2/pkg/dialects/common"
     7  )
     8  
     9  // Information about a captured image. This is emitted every time a message is captured.
    10  // MAV_CMD_REQUEST_MESSAGE can be used to (re)request this message for a specific sequence number or range of sequence numbers:
    11  // MAV_CMD_REQUEST_MESSAGE.param2 indicates the sequence number the first image to send, or set to -1 to send the message for all sequence numbers.
    12  // MAV_CMD_REQUEST_MESSAGE.param3 is used to specify a range of messages to send:
    13  // set to 0 (default) to send just the the message for the sequence number in param 2,
    14  // set to -1 to send the message for the sequence number in param 2 and all the following sequence numbers,
    15  // set to the sequence number of the final message in the range.
    16  type MessageCameraImageCaptured = common.MessageCameraImageCaptured