I want to have a site on the internet that shows my a picture of my backyard, with an every 5 minute refresh rate. I looked into this by searching google and all I couldn't find anything related.
My plan was to use c++ to "snap" a picture from my digital camera that is connected by USB. (I have a cheap Dual-Mode 2770).
^ thats the hardest part
The second plan was to either have C++ upload the image to my website or (if needed): I could just simpy use javascript/php to upload the image every 5minutes (of course it would require me to have my browser open)
If anyone can help me on this, I'd appreciate it.
My plan was to use c++ to "snap" a picture from my digital camera that is connected by USB. (I have a cheap Dual-Mode 2770).
^ thats the hardest part
The second plan was to either have C++ upload the image to my website or (if needed): I could just simpy use javascript/php to upload the image every 5minutes (of course it would require me to have my browser open)
If anyone can help me on this, I'd appreciate it.












