joshvillbrandt / goprohero

A Python library for controlling GoPro cameras over http.
Apache License 2.0
264 stars 57 forks source link

Initializing the camera object: camera = GoProHero([ip, password, loglevel]) #12

Closed rempsyc closed 8 years ago

rempsyc commented 9 years ago

Hello,

What should we enter for the GoPro Hero (4 Black) loglevel when creating the camera instance? I'm following the instructions from http://goprohero.readthedocs.org/en/latest/API/ and I tried in the Raspbian LXTerminal: camera = GoProHero(10.5.5.9, gorazlab, 1), without success: bash: syntax error near unexpected token '('. Furthermore, 'from goprohero import GoProHero' gives 'from: can't read /var/mail/goprohero'.

Thanks for any help with this,

keerthanamanivannan commented 8 years ago

Hi, did you ever figure out where to create the camera instance?

joshvillbrandt commented 8 years ago

Hmm. Is "goprohero" actually installed? Does this work for you for HERO3 cameras?

I'm unfamiliar with the LXTerminal. I'm not sure how that might be changing things.

keerthanamanivannan commented 8 years ago

Hi, I'm using a GoPro Hero4 Session, the latest one. Does goprohero work with that?

joshvillbrandt commented 8 years ago

Not sure! I haven't tried one of those cameras.

rempsyc commented 8 years ago

For your information, we decided to give up on using the GoPros for our project because of the technical challenges they entail and also because of the excessive latency of the cameras.

joshvillbrandt commented 8 years ago

Roger. Thanks!