Konrad Iturbe

Results 453 comments of Konrad Iturbe

@cubiq just started [this](https://github.com/KonradIT/add-to-homescreen-winphone)

Looks like two devs are having issues, you can use FFplay to stream it (ffplay udp://:8554), but also you need a setting for MPEG playing in FFplay, I have done...

Very unlikely GoPro MAX gets any FW update at all these days, let alone one that adds a completely new feature.

This is a known issue since a few generations back, at least Hero5 iirc.

Try using MPV to open the link `http://10.5.5.9:8080/live/amba.m3u`.

Hopefully the BLE characteristic to send custom metadata to the camera is documented via OpenGoPro. Smartwatches, phones and other hardware could send GPS9 packets to the camera. In hindsight, GoPro's...

Actually yes, several Polar watches are able to send telemetry to GoPro HERO4/5/6, but not sure if the watches can connect to newer cameras or can send metadata to newer...

You'd do: `python .\main.py --verbose --address "XX:XX:XX:XX:XX:XX" "XX:XX:XX:XX:XX:XX" --command "record start"`

You could do a script to fire the "record start", wait 60 seconds and then fire "record stop"

Hm I would use a cmd script. Using `os.system()` is counterintuitive since you're launch python code from python. Maybe it would suit you to hard code the commands in the...