Skip to content

Commit

Permalink
camera-server: Add ability to support taking image in video mode and …
Browse files Browse the repository at this point in the history
…video in image mode (#349)

* camera-server: Add ability to support taking image in photo mode and photo in image mode

* Made image in video mode and video in image mode support definable in set_information
  • Loading branch information
jnomikos authored Aug 13, 2024
1 parent eace651 commit 517fef5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions protos/camera_server/camera_server.proto
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,8 @@ message Information {
uint32 lens_id = 9; // Lens ID
uint32 definition_file_version = 10; // Camera definition file version (iteration)
string definition_file_uri = 11; // Camera definition URI (http or mavlink ftp)
bool image_in_video_mode_supported = 12; // Camera supports taking images while in video mode
bool video_in_image_mode_supported = 13; // Camera supports recording video while in image mode
}

// Type to represent video streaming settings
Expand Down

0 comments on commit 517fef5

Please sign in to comment.