-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable narrow lens mode for streaming #475
Comments
Yeah this looks like a bug. I'm working on updating the protobuf files to add it back in, then I'll regenerate the Python code. |
Actually it's possible that this option was broken. I just tested livestreaming in Quik to Hero 10 via Android and iOS and I do not see an option to even set then lens. Where are you seeing this? |
It turns out that I had already discovered this in the past and have a bug open to fix the documentation: #374 So I will close this as duplicate and update the documentation in that linked ticket. |
I don't think this duplication mark is correct. I am using a Hero 10 Black and I can set the field of view to Linear, Wide, and Superview before starting the stream and I do see the obvious change in the image. My problem is that when I am using the camera touch screen it has an additional Narrow mode which is not available in the Protobuf commands. Which is different to the bug #374 where certain cameras do not support setting the field of view. |
From an official usage perspective: the only lenses that are supported for livestreaming are those dynamically reported from the Hero 10 Black does not set this The UI Narrow mode that you are referring to is the Lens setting for one of the Photo, Video, or Timelapse modes Settings. This has no relevance on livestreaming and would get overridden by the livestreaming parameter if it did exist. Since this is not configurable on Hero 10 Black, it gets overridden by the default. This is the same reason the Quik App does not provide a lens option for livestreaming with Hero 10 Black. |
Is your feature request related to a problem or use case? Please describe.
When using the GoPro Quik app on GoPro Hero 10 Black it is possible to start streaming with any of four lens modes
Using the open-gopro module in Python, the narrow view is not available as an option in
EnumLens
.Describe the solution you'd like
Add
LENS_NARROW
toEnumLens
.Describe alternatives you've considered
I've tried modifying the source code but haven't yet found the correct file. I know that the value corresponding to
NARROW_LENS
should be2
.Additional context
None
The text was updated successfully, but these errors were encountered: