arthurpattee
arthurpattee
@KonradIT Not the same mistake but still, while trying 'gopro = GoProCamera.GoPro(constants.gpcontrol)' returns Waking up... and then get locked on that state
@KonradIT GoPro hero 5 session :)
@cavenel Hi, yes i'm sure it is, ifconfig returns: pi@raspberrypi:~/gopro-py-api $ ifconfig lo Link encap:Boucle locale inet adr:127.0.0.1 Masque:255.0.0.0 adr inet6: ::1/128 Scope:Hôte UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:143...
@KonradIT cheers for the support :)
@KonradIT Like that ? gopro = GoProCamera.GoPro(F6:DD:9E:7A:etc.constants.gpcontrol) ?
@KonradIT first step seems to be working gopro = GoProCamera.GoPro("F6:DD:9E:7A:A1:93",constants.gpcontrol) Connected to 10.5.5.9 but then: >>> gopro.downloadLastMedia(gopro.take_photo()) Waking up... Traceback (most recent call last): File "", line 1, in File...
@KonradIT working for me with the 5 session: pi@raspberrypi:~/gopro-py-api $ wakeonlan -i 10.5.5.9 F6:DD:9E:7A:A1:93 Sending magic packet to 10.5.5.9:9 with F6:DD:9E:7A:A1:93
@KonradIT Ahah no problem glad I can return a bit of the help you provided me ;) You first need to run a 'sudo apt-get install wakeonlan' at least on...
@KonradIT That's what I fought but when I try to define the gopro variable with gopro = GoProCamera.GoPro(constants.gpcontrol) It returns 'Waking up..' even if the cam is up :/
@KonradIT no worries I understand and appreciate your help ! Before I was using your api I was using the os librarie and a os.system("wakeonlan..") oldschool but working :p