This repository was archived by the owner on Mar 2, 2025. It is now read-only.

Description
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