r1pper / GoPro.Hero

a lightweight c# library to access and control GoPro HERO Action cameras
MIT License
59 stars 21 forks source link

DF delete specific file #13

Closed smaletho closed 9 years ago

smaletho commented 9 years ago

Hey @r1pper,

Whats the url syntax for the camera/DF command? How do you specify the file?

From what I could gather, it looked something like 10.5.5.9/camera/DF?t=1234&p=%15

Any help would be greatly appreciated.

-Tom

r1pper commented 9 years ago

Hi @smaletho

here is an example of the command http://10.5.5.9/camera/DF?t=hero3black&p=%15100GOPRO/GOPR0001.JPG

so in general it is like

10.5.5.9/camera/DF?t={password}&p=%15100GOPRO/{filename}

the 100GOPRO file is always the same (at least in Hero 3) as it is originally comes from http://10.5.5.9:8080/videos/DCIM/100GOPRO/ Cherokee file browser.

smaletho commented 9 years ago

Oh, you're a hero. Thanks so much.