Ok I’ve attached some screen shoots of of a packet I captured. I need some guidance of what this means and how to use this info.
What I’m trying to do is make a controller for my camera. I have some experience with arduino, but not much with this wifi stuff. The attachments are of a capture of the app for the camera. It seems like the camera is sending alot of info to the app for what setting are available. On #27 I see the app sent the setting change for the iso to 800.
I tried to do the same thing through a browser with my laptop while connected to the cameras wifi. I didn’t have any luck.
Can someone help put me in the right direction for what protocol is being used and maybe some links for some good reading on what’s going on here?
ok so i finally had a chance to try this again. i am sorry about those original attachments, the packet capture app doesn’t save the file so i had to take screen shoots. i’m working on figuring a better way to capture and save the file into something useful. any suggestions would be great .
ok some breakthrough! it does work! the problem is when i send the http://192.168.54.1/cam.cgi?mode=setsettings&type=iso&value=800 it makes the camera screen go black. if i push a button on the camera, the screen comes back and has the new setting change! But when it comes back i lose wifi connection and have to do all of that again.
well i finally figured it out. i needed to put it in record mode before i could change setting with the browser! using: cam.cgi?mode=camcmd&value=recmode
thank you guys.
now for the hard part. how do i use what i just learned and use that in arduino? i'm having a hard time finding info on this, i'm sure i'm just not searching for the right things. can anyone give me some links to projects kinda like what i want to do?
to recap what i want to be able to do,
use the adafruit feather huzzah and with the press of different buttons to send these types of commands to the camera via wifi