I'm trying to control a GoPro Hero 3 camera. I found a library on the Internet: https://github.com/r1pper/GoPro.Hero and from what i read it's a nice library. But when I try to create a connection with the camera my complete windows forms application freezes where my console applications (for test) just makes a connection. I think it has something to do with the async tasks, what am I doing wrong?
This line creates the connection with the camera and sends a command:
var camera = Camera.Create<Hero3Camera>("10.5.5.9");