You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello @KonradIT
i successfully connected my GoPro Hero 12 to my RPI using the followig UIID gpCam = GoProCamera.GoPro(ip_address=GoProCamera.GoPro.getWebcamIP("eth1"))
I run the script get_iface_name.py and got the following result IP: 172.27.132.55 from Interface eth1, my GoPro had the name libmtp-1-1.1 is /dev/ Q1 why the ID succeeded on eth1 and not 172.27.132.55 and also not /dev/libmtp-1-1.1 ? Q2 the set_zoom() function for ex succeeded but shoot_video() is not, is there an explanation for that ?
Thank you for your help
Best regards
The text was updated successfully, but these errors were encountered:
hello @KonradIT
i successfully connected my GoPro Hero 12 to my RPI using the followig UIID
gpCam = GoProCamera.GoPro(ip_address=GoProCamera.GoPro.getWebcamIP("eth1"))
I run the script get_iface_name.py and got the following result
IP: 172.27.132.55 from Interface eth1
, my GoPro had the namelibmtp-1-1.1
is/dev/
Q1 why the ID succeeded on
eth1
and not172.27.132.55
and also not/dev/libmtp-1-1.1
?Q2 the set_zoom() function for ex succeeded but shoot_video() is not, is there an explanation for that ?
Thank you for your help
Best regards
The text was updated successfully, but these errors were encountered: