Closed Alquanter closed 3 years ago
@KonradIT are you aware of changes in how newer gopro cameras handle this?
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.
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)?
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 ...
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!
@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 ;)
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?