LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Communicate mit GoPro

Solved!
Go to solution

Hello,

 

I have find a way to communicate with GoPro, so that I can take pictures and videos with LabVIEW application. But I am confused with the following information:

Unbenannt.PNG

 

how can I send the magic packet? I have tried with TCP/IP, but how can I send the Subnet Mask?

Best Regard

0 Kudos
Message 1 of 11
(6,911 Views)
Solution
Accepted by TUDarmstadtLLX

You don't send a subnet mask.

 

The subnet mask is used by your local computer so it can only "hear and see" IP addresses that are not masked out.

 

(or something like that)

========================
=== Engineer Ambiguously ===
========================
Message 2 of 11
(6,870 Views)
Hi @TUDarmstadtLLX
You were able to get GoPro to work with LabVIEW?
-Could you share the steps followed?
Thanks
uday
0 Kudos
Message 3 of 11
(6,842 Views)

Hi, I have found the http command list for GoPro. I have used these command to setup GoPro5, such as change the frame pro second, power off. But I have not found the command to take a picture or video. From the post of others, I got the information that before I send the command to the GoPro to take a picture, I need to send the Magic Packet. I will try it today. If I make it, I will share my code.

 

The http command list is here

 

Best regard

Message 4 of 11
(6,836 Views)

Hi,

 

I can use the http command to set the camera, but I still can not control the camera to shoot video or take picture.

 

Best regard

0 Kudos
Message 5 of 11
(6,799 Views)
Solution
Accepted by TUDarmstadtLLX

Hi,

 

I guess I have found the solution. I have successfully controlled the GoPro Session 5 with Python API. This API can be found in GitHub.

 

LabVIEW have a VI, which can implement the python script. The detail can be found here. I want to test it, but my GoPro is suddenly broken.

 

Best regard

Message 6 of 11
(6,749 Views)
Solution
Accepted by TUDarmstadtLLX

I have used Python with LabVIEW to control the camera to take photos and shoot videos.

Message 7 of 11
(6,710 Views)

Nice! Is it possible to save at least 10 shots per second with LV control ?

0 Kudos
Message 8 of 11
(6,566 Views)

Hi,

 

under the "Burst Mode", you can take up to 30 photos pro second. But the LabVIEW program needs to be changed.

 

Best Regards.

0 Kudos
Message 9 of 11
(6,546 Views)

Hello,

 

Is there possible to sync and trigger multiple GoPros say four GoPro 6s together using Labview?

If yes, please I need your help. I have several instruments and I am able to sync them all together except GoPros.

 

Best Regards,

AMANJ

0 Kudos
Message 10 of 11
(6,052 Views)