Konrad Iturbe

Results 453 comments of Konrad Iturbe

Maybe it doesn't support H.265

Not a problem for me, make sure its on and with wifi in APP mode and with the latest FW

Works on my H5B: https://i.imgur.com/QxMDxMm.png My flags: ```VERBOSE=False ## Sends Record command to GoPro Camera, must be in Video mode! RECORD=False ## ## Saves the feed to a custom location...

Code is not working as intented. >response = "HD5.03.02.51.00" model = HD not HD5.

Well, the problem is HD3 is also HERO3 which is not compatible, so the regex needs to include model == HD3.22

Yeah, HD3.22 are the HERO+ line that use udp.

Yup should be. Check goprowifihack for examples. Should be in the HERO folder.

Interesting! I'll investigate further with my cameras. Seems a simple UDP server/client would suffice to redirect the stripped packets to a localhost feed.

Just tested with HERO4 Black - FW Version 5.00 which is the latest firmware version according to the app and it works. ![screenshot from 2017-03-21 22-18-56](https://cloud.githubusercontent.com/assets/5891284/24171391/9924ae9a-0e84-11e7-8de6-2d102e897acb.png) I am going to...