Projecte llegit
Títol: Disseny i implementació d'una càmera-trampa de baix cost
Estudiants que han llegit aquest projecte:
- VINENT PONS, AARÓN (data lectura: 27-07-2017)
- Cerca aquest projecte a Bibliotècnica
Director/a: GARCÍA VILLEGAS, EDUARD
Departament: ENTEL
Títol: Disseny i implementació d'una càmera-trampa de baix cost
Data inici oferta: 26-01-2017 Data finalització oferta: 26-09-2017
Estudis d'assignació del projecte:
- GR ENG SIS TELECOMUN
- GR ENG TELEMÀTICA
Tipus: Individual | |
Lloc de realització: EETAC | |
Paraules clau: | |
Raspberry Pi, Càmera trampa, Trail cam, Game cam, On-ride cam | |
Descripció del contingut i pla d'activitats: | |
La popularització dels ordinadors monoplaca (o Single Board Computer, SBC) de baix cost ha fet aparèixer milers de noves aplicacions al camp de la domòtica o de la robòtica. La Raspberry Pi (RPi) és potser lexemple de SBC més paradigmàtic. Nascuda com una eina útil en làmbit de leducació sobre ciències de la computació, sha convertit en una de les plataformes més utilitzades pels aficionats a la programació i a lelectrònica darreu.
El present projecte té com a objectiu explorar les possibilitats que ofereix aquesta plataforma per a la construcció de càmeres-trampa (conegudes generalment pel terme anglès game cam, trail cam o camera trap). Aquest dispositiu es fa servir per a fotografiar animals en la natura mitjançant un detector de moviment que dispara automàticament la càmera. Aquests accessoris (càmera i detector) també permeten altres aplicacions, com ara càmeres on-ride, típiques de parcs datraccions, o aplicacions de vigilància i seguretat. En aquest projecte, lestudiant començarà per fer la cerca dels components i per familiaritzar-se amb la plataforma RPi. A continuació, lestudiant realitzarà el muntatge del sistema i la programació de les diverses aplicacions mencionades anteriorment. Finalment, es posa a prova el sistema implementat. |
|
Overview (resum en anglès): | |
The objective of this project is the design and development of a low-cost on-ride camera, a type of camera trap (or trail camera), for its installation in some attraction. The function of this type of cameras is to take pictures automtically at a certain point of the attraction, usually at the time of most adrenaline. When the user leaves the attraction, he or she can view or buy the photograph at a kiosk. Its operation is simple; the attraction is equipped with a sensor that is linked and perfectly synchronized to a camera so that a picture is automatically triggered when motion is detected to later send it to the kiosk to be able to download it. In order to make this device, we will take advantage of the features, functionalities and low cost of the single-board computers such as Raspberry Pi, which will be installed the operating system Raspbian. It has a large number of libraries pre-installed for projects of motion detection and sensors. The programming language we will use for applications will be Python, which is an easy-to-learn, very popular and powerful language. We will use a native Python editor such as IDLE. During the project, three different motion detection systems have been implemented and evaluated. The first with a passive infrared sensor (HC-SR501), an ultrasonic sensor (HC-SR04) and finally a third one to be realized by software (image processing). For the capture of the photographs it has been decided to use the camera module that has Raspberry Pi for the capture of images. This module takes high quality images of 8 megapixels. Once tested the different solutions proposed, we will be choosing as transmit the photographs to an external server securely. As would be done in on-ride camera, when it transmits the images to the kiosk. |