From b5386eef2f22cfffc7a176bb9a713b0eb7a72dd1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 21:48:08 +0000 Subject: [PATCH] Updated Open GoPro Protobufs from Internal Repo --- protobuf/cohn.proto | 3 --- protobuf/live_streaming.proto | 4 +--- protobuf/media.proto | 3 --- protobuf/network_management.proto | 3 --- protobuf/preset_status.proto | 3 --- protobuf/request_get_preset_status.proto | 3 --- protobuf/response_generic.proto | 3 --- protobuf/set_camera_control_status.proto | 4 +--- protobuf/turbo_transfer.proto | 3 --- 9 files changed, 2 insertions(+), 27 deletions(-) diff --git a/protobuf/cohn.proto b/protobuf/cohn.proto index 9f6e855a..ed0af134 100644 --- a/protobuf/cohn.proto +++ b/protobuf/cohn.proto @@ -1,6 +1,3 @@ -/* cohn.proto/Open GoPro, Version 2.0 (C) Copyright 2021 GoPro, Inc. (http://gopro.com/OpenGoPro). */ -/* This copyright was auto-generated on Thu May 9 18:45:29 UTC 2024 */ - /*********************************************************************************************************************** * * This file is automatically generated!!! Do not modify manually. diff --git a/protobuf/live_streaming.proto b/protobuf/live_streaming.proto index 0bc6d618..b9bcc5c9 100644 --- a/protobuf/live_streaming.proto +++ b/protobuf/live_streaming.proto @@ -1,6 +1,3 @@ -/* live_streaming.proto/Open GoPro, Version 2.0 (C) Copyright 2021 GoPro, Inc. (http://gopro.com/OpenGoPro). */ -/* This copyright was auto-generated on Thu May 9 18:45:29 UTC 2024 */ - /*********************************************************************************************************************** * * This file is automatically generated!!! Do not modify manually. @@ -80,6 +77,7 @@ message NotifyLiveStreamStatus { optional int32 live_stream_maximum_stream_bitrate = 9; // Camera-defined maximum bitrate (static) (Kbps) optional bool live_stream_lens_supported = 10; // Does camera support setting lens for live streaming? repeated EnumLens live_stream_lens_supported_array = 11; // Set of currently supported FOV options + optional bool live_stream_protune_supported = 13; // Does the camera support live stream protune settings } /** diff --git a/protobuf/media.proto b/protobuf/media.proto index e21f8f06..364b1612 100644 --- a/protobuf/media.proto +++ b/protobuf/media.proto @@ -1,6 +1,3 @@ -/* media.proto/Open GoPro, Version 2.0 (C) Copyright 2021 GoPro, Inc. (http://gopro.com/OpenGoPro). */ -/* This copyright was auto-generated on Thu May 9 18:45:29 UTC 2024 */ - /*********************************************************************************************************************** * * This file is automatically generated!!! Do not modify manually. diff --git a/protobuf/network_management.proto b/protobuf/network_management.proto index 324335ac..682e73ec 100644 --- a/protobuf/network_management.proto +++ b/protobuf/network_management.proto @@ -1,6 +1,3 @@ -/* network_management.proto/Open GoPro, Version 2.0 (C) Copyright 2021 GoPro, Inc. (http://gopro.com/OpenGoPro). */ -/* This copyright was auto-generated on Thu May 9 18:45:29 UTC 2024 */ - /*********************************************************************************************************************** * * This file is automatically generated!!! Do not modify manually. diff --git a/protobuf/preset_status.proto b/protobuf/preset_status.proto index 5d604af2..f457fdb8 100644 --- a/protobuf/preset_status.proto +++ b/protobuf/preset_status.proto @@ -1,6 +1,3 @@ -/* preset_status.proto/Open GoPro, Version 2.0 (C) Copyright 2021 GoPro, Inc. (http://gopro.com/OpenGoPro). */ -/* This copyright was auto-generated on Thu May 9 18:45:29 UTC 2024 */ - /*********************************************************************************************************************** * * This file is automatically generated!!! Do not modify manually. diff --git a/protobuf/request_get_preset_status.proto b/protobuf/request_get_preset_status.proto index 9c4274b7..92c94178 100644 --- a/protobuf/request_get_preset_status.proto +++ b/protobuf/request_get_preset_status.proto @@ -1,6 +1,3 @@ -/* request_get_preset_status.proto/Open GoPro, Version 2.0 (C) Copyright 2021 GoPro, Inc. (http://gopro.com/OpenGoPro). */ -/* This copyright was auto-generated on Thu May 9 18:45:29 UTC 2024 */ - /*********************************************************************************************************************** * * This file is automatically generated!!! Do not modify manually. diff --git a/protobuf/response_generic.proto b/protobuf/response_generic.proto index 63bc5d44..aea09f11 100644 --- a/protobuf/response_generic.proto +++ b/protobuf/response_generic.proto @@ -1,6 +1,3 @@ -/* response_generic.proto/Open GoPro, Version 2.0 (C) Copyright 2021 GoPro, Inc. (http://gopro.com/OpenGoPro). */ -/* This copyright was auto-generated on Thu May 9 18:45:29 UTC 2024 */ - /*********************************************************************************************************************** * * This file is automatically generated!!! Do not modify manually. diff --git a/protobuf/set_camera_control_status.proto b/protobuf/set_camera_control_status.proto index 632e6465..3682466c 100644 --- a/protobuf/set_camera_control_status.proto +++ b/protobuf/set_camera_control_status.proto @@ -1,6 +1,3 @@ -/* set_camera_control_status.proto/Open GoPro, Version 2.0 (C) Copyright 2021 GoPro, Inc. (http://gopro.com/OpenGoPro). */ -/* This copyright was auto-generated on Thu May 9 18:45:29 UTC 2024 */ - /*********************************************************************************************************************** * * This file is automatically generated!!! Do not modify manually. @@ -18,6 +15,7 @@ enum EnumCameraControlStatus { CAMERA_IDLE = 0; CAMERA_CONTROL = 1; // Can only be set by camera, not by app or third party CAMERA_EXTERNAL_CONTROL = 2; + CAMERA_COF_SETUP = 3; // Set by the camera when it is on the CAH (Camera As a Hub) / COF (Cloud OFfload) setup screen } /** diff --git a/protobuf/turbo_transfer.proto b/protobuf/turbo_transfer.proto index 898d38da..2f777757 100644 --- a/protobuf/turbo_transfer.proto +++ b/protobuf/turbo_transfer.proto @@ -1,6 +1,3 @@ -/* turbo_transfer.proto/Open GoPro, Version 2.0 (C) Copyright 2021 GoPro, Inc. (http://gopro.com/OpenGoPro). */ -/* This copyright was auto-generated on Thu May 9 18:45:29 UTC 2024 */ - /*********************************************************************************************************************** * * This file is automatically generated!!! Do not modify manually.