Konrad Iturbe

Results 453 comments of Konrad Iturbe

hmmm, do fix this: ![hmmmm](https://i.imgur.com/sLGEbfq.png)

1. You're not using the OpenGoPro Start Stream URL, rather the unofficial one 2. The port is 8554, and the IP is 10.5.5.9, no substream needed.

Even if you could get the last file name, how would you transmit the file data over to your RPI without using WiFi? You can only use BLE to do...

Ah, interesting. Looking at the chars for data, there seems to just be camera name, battery life, wifi ssid/pass... but not last media name. The status response (https://gopro.github.io/OpenGoPro/ble#status-codes) doesn't carry...

Do you mean the quality of the RTMP livestream? That can only be changed when initiating a livestream and has to be done over BLE.

1) was solved in the 1.30 release: https://gopro.github.io/OpenGoPro/http_2_0#settings-quick-reference Ex: `/gopro/webcam/start?res=12&fov=0`.

Connecting to an existing WiFi AP already supported by GoPro cameras for something called **Camera as a Hub** (codename CAH), which is the daemon tasked with sending media to the...

Streaming over USB was originally meant for use with the GoPro webcam PC software, which just needed >720p stream. Don't think the camera can handle such bandwidth over it's USB...

Discussed over here: https://github.com/gopro/OpenGoPro/discussions/146