element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Sensors
  • Technologies
  • More
Sensors
Sensor Forum A system that takes photos and upload them to the web.
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Sensors to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 5 replies
  • Subscribers 341 subscribers
  • Views 621 views
  • Users 0 members are here
Related

A system that takes photos and upload them to the web.

Former Member
Former Member over 13 years ago

Hello. I want to set up a system that take a photo when a certain event occurs (say, when motion is detected)  and then upload that photo to a server. What kind of boards and accessories should I be looking into? Thanks.

  • Sign in to reply
  • Cancel
Parents
  • Catwell
    Catwell over 13 years ago

    Boy1

     

    What you want to create already exists. A motion sensing camera for nature observation or hunting. They even sell them at Walmart. Just search for "hunting camera," "IR motion triggered camera," or "game camera."

     

    Connect the camera wirelessly, which some have the option, to your server. This is a very common practice with security equipment.

     

    Cabe

    http://twitter.com/Cabe_e14

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Former Member
    Former Member over 13 years ago in reply to Catwell

    Thanks, Cabe.

    What I want to do is more than just a motion-triggered camera though. The main purpose for the camera would be to take a photo when an unauthorized card is read by an RFID reader. I'll use motion-baseed photos also at times though. So, I want a system that is versatile and receptive to the different parameters that I may want to feed into it.

    Thanks.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • Former Member
    Former Member over 13 years ago in reply to Catwell

    Thanks, Cabe.

    What I want to do is more than just a motion-triggered camera though. The main purpose for the camera would be to take a photo when an unauthorized card is read by an RFID reader. I'll use motion-baseed photos also at times though. So, I want a system that is versatile and receptive to the different parameters that I may want to feed into it.

    Thanks.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Children
  • Catwell
    Catwell over 13 years ago in reply to Former Member

    I would then take the hunting cameras and trigger the camera under certain circumstances. However, getting the unauthorized card entry picture might be difficult, unless you are also designing that part as well.

     

    The hunting cameras have remote triggering. So, I would take a devboard, or build a circuit, to handle all the other possible trigger events. Then the board would send off a trigger command.

     

    I recommend a PIC based board, but Arduino would be easy to work with as well.

     

    Cabe

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Former Member
    Former Member over 13 years ago in reply to Catwell

    Interesting work around. I was actually planning on working with the Arduino IDE and a processor running the arduino bootloader. For the RFID reaer, I was thinking about using a Parallax RFID reader.

    The device I want to build must be small and cost-effective. I'm not sure buying and adding a stand-alone camera to the system would allow me to achieve that. If I were able to add the camera module itself to a custom PCB and control it through the arduino IDE, that would solve my problem. Any extra help is welcomed.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Former Member
    Former Member over 13 years ago in reply to Former Member

    Hi,

     

    I see two possible approaches which could fulfil your requirements (I have in mind that your time spent on this also has its price... and we are talking here about few devices, right ?).

     

    The first approach would be to take a digital camera with SD memory card slot and insert wi-fi network card into it (see: http://www.eye.fi). Many cameras have input for external triggering, where a transistor and a resistor or two can do the job - ask uncle Google for particular triggering solutions according to selected camera. Else, you can consider opening the camera and connecting your wires directly to shooter button.

    If you have security concerns about web storage and access to your uploaded photos, you might go with the second approach.

     

    This second approach would be to use a digital OEM camera. Please be aware that several cameras on the market have poor documentation. They could be very cheap (they are typically mobile phones surplus parts), but you might get grey trying to squeeze something out of them. Check forums before any purchase.

    Nevertheless, my selection here would be OEM camera with serial port and onboard JPEG compression engine. I would definitely avoid SPI, I2C, etc. interface unless you obtain detailed documentation and (most importantly) can locate positive experience feedbacks from several engineers.

    This is about camera and at this point you get into your Arduino board picture stream. Uploading it to a web server should not be a problem, I hope...

     

     

    Best wishes, Ivan Zilic

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube