KonradIT / gopro-py-api

Unofficial GoPro API Library for Python - connect to GoPro via WiFi.
MIT License
1.38k stars 211 forks source link

GoPro Hero 12 Error record video with USB connection #212

Open shahla-ai opened 7 months ago

shahla-ai commented 7 months ago

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

shahla-ai commented 7 months ago

@KonradIT Any Help Bro ?