Skip to main content

IMPULSE CAPTURE CAMERA Overview Part-1

 

Why people are talking so much about IoT? Is IoT really future? | by  Thinkwik | Medium

Objective

The Android camera platform designed in this project can turn its direction Manually using Button. If a person claps hands,then it will Detect and Impulse and capture the Moment this Device will capture multiple photos if more than one claps detected. It will not only detect clap sound it can detect any kind of noise and starts capturing the photos. The system which we have detected can distinguish between noise and impulse sound. 
 

Motivation

  • When we travel alone, it can be inconvenient to take pictures with yourself in it. Often, we have to hold the camera with our hands and capture a close photo with barely background. In a better case, we still need to pre-set a short timer, which requires us rushes back from the camera. Therefore, we came up with platform that uses microphones to detect clap direction and ATmega32microcontroller with servo motor to control the camera and earpod to shutter. This design makes selfie much more easier and convenient since all you need is to choose your favoritescene and clap the hands. It will also help friends or family in which case no one should be left out of the group photos. 
  • It is more useful in Security Aspect in ATM machine in which if some surrounding sound are detected then it will capture photo and its easy to find what is happening nearby thus this will save memory. 

 Project Estimation 

  • ATMega32 - CA$11/-
  • Headphone - CA$5/-
  • Sound Sensor - CA$11/-
  • Servo Motor - CA$8.95/-
  • Breadboard/Registers/switch Kit- CA$10/- 
  • Boot-loader - CA$12/- 

Similar Project 

 
 Note: Design and Implementation Part-2
 

Comments

  1. Thanks for suggesting good list. I appreciate your work this is really helpful for everyone. Get more information at Atm Machine For Business. Keep posting such useful information.

    ReplyDelete
  2. You are offering such a large resource, and you do so without charge.I adore reading blogs that recognise the value in offering good resources for no cost. custom erp software

    ReplyDelete

Post a Comment

Thanks

Popular posts from this blog

Emotional and Psychological Trauma

What is Emotional and psychological trauma ? Emotional and psychological trauma is any stressful event that occurs in a lifetime that makes you struggle with your emotions, memory,different activities and make you feel helpless and hopeless in this ruthless world. The event may not be objectively scaled it is a subjective sensation about a event and every individual respond differently to the event . For example a death in a family due to accident due to an pothole makes one dad react positively and he goes on to correct every pothole of the city and some other may react it negatively Emotional and psychological trauma can be caused by: In Indian scenarios emotional and psychological trauma can be caused by accident,disasters, sexual assault that may have occurred at any course of life Ongoing family issues, neighbourhood problems , continues rejection from various interviews , household violence , neglect, low performance at school or institution, contin...

Capstone Work: Experience setting up LAMP Infrastucture

    The “L” of the LAMP stack is achieved by instantiating an Ubuntu server on the Azure platform. By and large this process is straight-forward and follows the Azure provided instructions. As this is documented in Microsoft documentation, this will not be reproduced here.     In our tests, we chose an Ubuntu 18.04 image and deployed it on a Standard B1ms (1 vcpus, 2 GiB memory) virtual machine. We chose the B1ms VM because the B-series VMs seem to provide “burstable performance” (Shimanskiy & Hughes, 2020). Here is an excerpt of the Microsoft Document on the B-series VMs:     Part of the challenge of using the Azure platform is that we had to be very deliberate in the chosen specifications relating to VMs as these decisions will have financial impacts. Azure offers various sizes of General Purpose, Compute-Optimized, Storage-Optimized, Memory-Optimized, GPU, and High Performance Compute VMs. As our web server did not require any ...

What is Public key Infrastructure(PKI)?

Wiki Page Definition      A public key infrastructure ( PKI ) is a set of roles, policies, hardware, software and procedures needed to create, manage, distribute, use, store and revoke digital certificates and manage public-key encryption. The purpose of a PKI is to facilitate the secure electronic transfer of information for a range of network activities such as e-commerce, internet banking and confidential email. It is required for activities where simple passwords are an inadequate authentication method and more rigorous proof is required to confirm the identity of the parties involved in the communication and to validate the information being transferred. Ref: https://en.wikipedia.org/wiki/Public_key_infrastructure Major Keywords Definitions Certificate Authorities Certificate Authority also acronym as "CA" is trusted third party which authorize the identities of websites, web server, Individual Software and other entities. They Issue Digital Certificate whic...