aster94 / GoProControl

Arduino library to interface with GoPro cameras
GNU General Public License v3.0
121 stars 21 forks source link

MultiCam issue with 2x GoPro HERO7 Black #33

Closed Alquanter closed 3 years ago

Alquanter commented 3 years ago

Hi, I'm trying to control multiple GoPro HERO7 cameras simultaneously. When launching the MultiCam example on my Arduino Wifi Rev2 it connects to the first listed camera but gives an error for the second camera: "Connection failed with status: 6". When I switch the order of the 2 cameras it again only connects to the first camera and pops up the same error for the second camera. Do you have an idea on what could be causing this problem?

aster94 commented 3 years ago

@KonradIT are you aware of changes in how newer gopro cameras handle this?

KonradIT commented 3 years ago

Hi, weird, i wrote this and tested using my HERO4 and HERO7 and it worked. I don't have multiple 7 cameras but I'll try Hero7 and Hero5.

Alquanter commented 3 years ago

Thanks for your quick reply! Sequentially 'beginning' and 'ending' a session seems to work fine but 'beginning' a second session without 'ending' the first session throws an error. Are you sure the Arduino can open 2 sessions in parallel on different GoPro's (being different WiFi networks)?

damiendon commented 3 years ago

I had similar issue with one cam. My esp was returning the same error. Try to modify the MAX_WAIT_TIME in settings.h at 5000 or more, it worked for me ...

aster94 commented 3 years ago

Try to modify the MAX_WAIT_TIME in settings.h at 5000 or more, it worked for me ...

I will edit this in the next release!

damiendon commented 3 years ago

@aster94 I was not using the multicam, but with my hero 3 I had issues, connection was too long for the library on first connection to the gopro. I don't know if it works on multicam ;)