gopro / OpenGoPro

An open source interface specification to communicate with a GoPro camera with accompanying demos and tutorials.
https://gopro.github.io/OpenGoPro/
MIT License
615 stars 141 forks source link

Protobuf examples for mobile #518

Open pavlosharhan2 opened 2 weeks ago

pavlosharhan2 commented 2 weeks ago

Hi! would be really cool to see some examples of using protobuf commands on IOS or Android. Are there any plans to add it? Would be super useful with this new COHN feature

tcamise-gpsw commented 2 weeks ago

Yeah I do plan on adding Kotlin to the Protobuf tutorial.

pokmis commented 2 weeks ago

An example of how to Get All Available Presets using RequestGetPresetStatus would be great!

tcamise-gpsw commented 1 week ago

Is the confusion here about the additional Open GoPro packet wrapping around Protobuf?

Or simply how to compile / build protobuf messages?

The latter is mostly out of the scope of Open GoPro and covered pretty extensively by Protobuf.dev

pavlosharhan2 commented 1 week ago

@tcamise-gpsw It would be great just to have some Kotlin example in tutorials to perform actions like in this tutorial for Python, not necessarily a complete wrapper

Maybe adding it as an additional file to the Kotlin Example here: image