I used the commands GOPro staff sent me 6 months ago to take pictures/video using the Gopro Hero3 via terminal ( on Gopro Network). It worked. However, I've been trying to do this again in the past month and the following error keeps showing up:
**curl: (18) transfer closed with 2 bytes remaining to read**
I have used the following commands:
To start a capture, type curl http:// 10.5.5.9/backpac/SH?t=goprohero\&p=%01 To stop a capture (recording a video), type curl http:// 10.5.5.9/backpac/SH?t=goprohero\&p=%00
knowing that the following numbers are for the following operations.
%Video: p=%00
-%Photo: p=%01
-%Time-lapse: p=%03
I don't know if I need to change the commands and/or If I need to use wireshark to get them. I need to be able to write a code to get pictures at different time intervals. I know that is a problem with server but I don't know how to fix it.
Can anyone please comment on this?