+ All Categories
Home > Documents > Project Description. This project aims to monitor an area through a camera, transmits the video...

Project Description. This project aims to monitor an area through a camera, transmits the video...

Date post: 12-Jan-2016
Category:
Upload: jessie-matthews
View: 217 times
Download: 3 times
Share this document with a friend
Popular Tags:
20
Transcript
Page 1: Project Description. This project aims to monitor an area through a camera, transmits the video wireless.
Page 2: Project Description. This project aims to monitor an area through a camera, transmits the video wireless.

Project Description.Project Description.

This project aims to monitor an area through a camera, transmits the video wireless.

Page 3: Project Description. This project aims to monitor an area through a camera, transmits the video wireless.

Block Diagram.Block Diagram.

Page 4: Project Description. This project aims to monitor an area through a camera, transmits the video wireless.

Basic Circuit.Basic Circuit.

Page 5: Project Description. This project aims to monitor an area through a camera, transmits the video wireless.

Applications.Applications.

Houses and residential

Companies and governmental buildings

Labs and scientific work places

Shops and out doors

Hospitals

Children watching

Security

Page 6: Project Description. This project aims to monitor an area through a camera, transmits the video wireless.

Contents Of The ProjectContents Of The Project

Page 7: Project Description. This project aims to monitor an area through a camera, transmits the video wireless.

Software.Software.

Server on local computer :

1.Serial port and serial data transmission.

2.Matlab .

3.C#.

4.Networking.

Client on another local computer:

1.Serial port and serial data transmission.

2.Networking.

Page 8: Project Description. This project aims to monitor an area through a camera, transmits the video wireless.

Serial port and serial data transmission.Serial port and serial data transmission.

The default vales of the serial port settings are:

Baud rate: 115200 bit/sec

Data Bits: 8

Stop Bits: 1

Parity Bits: None

Sender opens the image, release it immediately, allowing matlab to use the resource (file) and convert it to array of bytes.

Page 9: Project Description. This project aims to monitor an area through a camera, transmits the video wireless.

Creates the header with the size of data. 4 bytes.

Send the file.

If any error occurs it can be handled through dropping this image as another will be received shortly.

Buffer should be out of bytes(all sent) to take new ones.

Handshaking is their.

We used invoke and delegates methods to solve the threads conflict problem.

Page 10: Project Description. This project aims to monitor an area through a camera, transmits the video wireless.

Matlab.Matlab.

Tracking is done through it, in addition to preparing the video file on the computer.

It can track up to 4 moving objects.

The file is written in binary form.

Takes around 30 frame/sec.

Frames are compressed.

Page 11: Project Description. This project aims to monitor an area through a camera, transmits the video wireless.
Page 12: Project Description. This project aims to monitor an area through a camera, transmits the video wireless.
Page 13: Project Description. This project aims to monitor an area through a camera, transmits the video wireless.

C#.C#.

Page 14: Project Description. This project aims to monitor an area through a camera, transmits the video wireless.

Search for the installed serial ports on the computer when the user clicks on the “Port" button and port is chosen.

The program is user friendly, where you can used it as transceiver, according to your application.

A specific folder should be selected to take the video from, which is prepared by the matlab.

It takes new frame with a certain delay, which gives the zigbee enough time to send the frames without errors.

It takes all extensions forms( JPEG,PNG,TIFF...)

Page 15: Project Description. This project aims to monitor an area through a camera, transmits the video wireless.

Networking.Networking.

The wireless transmission done through zigbee module, uses the WIFI system, on frequency 2.4 GHZ.

The transmission can be done on various channels and we have to select the same channel in both zigbee modules to do the wireless transmission.

Page 16: Project Description. This project aims to monitor an area through a camera, transmits the video wireless.

Hardware.Hardware.

Wireless module (zigbee)

Camera

Microcontroller and keypad

Page 17: Project Description. This project aims to monitor an area through a camera, transmits the video wireless.

Wireless module (zigbee).Wireless module (zigbee).

Most of the application Xbee used in so far is simple (directions), but we could send video through it for the first time.

Features:1.High serial bit rate up to 115.2Kbps.2.Long range data transmission:

Indoor/Urban : up to 30mOutdoor line-of –sight: up to 100mTransmit power: 1mW (0 db)

Page 18: Project Description. This project aims to monitor an area through a camera, transmits the video wireless.

3. Low power :

TX current:45 mA (at 3.3v)

RX current:50 mA (at 3.3v)

Power-down Current:<10µA

4. Can work up to 24/7 under hard conditions.

5. Works as transceiver.

Page 19: Project Description. This project aims to monitor an area through a camera, transmits the video wireless.

Microcontroller and keypad.Microcontroller and keypad.

The microcontroller have a PICC program.

Which takes a 3-digit code, compare it.

If it was correct it stops the system through cutting the power feeding the module.

If the code was wrong or not inserted the module keeps sending data.

Page 20: Project Description. This project aims to monitor an area through a camera, transmits the video wireless.

Features of the project.Features of the project.

C# & Matlab doesn’t have to be installed.Framework is enough and pre-installed with windows.NO internet is needed or wires.Covers a relatively wide area.Low cost.Video taken by camera is previewed on the application in the client and server computer.This video shows the detection process done through matlab.


Recommended