Вы находитесь на странице: 1из 14

Hindusthan College of Engineering and Technology

Approved by AICTE, New Delhi, Accredited with ‘A’ Grade by NAAC


(An Autonomous Institution, Affiliated to Anna University, Chennai)
Coimbatore – 641 032

ELECTRONICS AND COMMUNICATION ENGINEERING

VIDEO PIRACY BLOCKING


USING IR RAYS

Project Team Members:


1. MADHU MOHAN.M(16106059)
Project Guided by,
2. PRAKASH.M(16106087) Mr.J.SATHEESH KUMAR.
3. JOYWIN.T(16106049)
INTRODUCTION

1. Movie piracy is actually a well known thing


happening these days. Movies played in the theaters
are captured using cameras illegally.
2.The main purpose of this project is to
overcome the clear capturing of the movie being played
on the screen.
3.The image clarity is being blurred using the
infrared rays.
COMPONENTS

1.Ardino Uno

2. Resistor

3. Transistor

4. IR Led

5. Screen

6. Projector

7.Hylem sheet
IR RAYS
•The Primary source of infrared radiation is heat or thermal radiation

•This is the radiation produced by the motion of atoms and molecules in an object

•When an object is not quiet hot enough to radiate visible light, it will emit most of
its energy in infrared

•Our eyes are detectors with designed to detect visible light waves. Visible light
is one that penetrate our atmosphere but infrared radiation does not.

•Infrared light is electromagnetic radiation with longer wavelength than those of


visible light.(0.74 Micrometer To 300 Micrometer)
PROJECTOR SCREEN
•Projector screens are of various types such as silver lenticular, cloth,
opaque white materials.

•Uniform white or grey screens are used almost exclusively to avoid


any discoloration to the image.

•Synthetic fibers were excellent for use with low power projector
lamp heads and the monochromatic images that were a staple of
early projected image.

•Tiny holes in the screen allows the sound from the speakers to come
through the screen.

•A typical cinema screen has about 5500 perforations per square


foot, which is enough to allow high frequency horn driven speakers
used in theaters.
APPICATION

• This can actually be implemented in the cinema theaters to


overcome the clear capturing of the video without affecting or
spoiling the clear view of the audience.
PRGRAM

Const int led 1=6;

Const int led 2=7;

Const int led 3=8;

Const int led 4=9;

//the setup function runs once when you press reset or


power the board

Void first()

{
digital write(led1,HIGH);

digital write(led2,LOW);

digital write(led3,HIGH);

digital write(led4,LOW);

void setup(){

pinmode(led1,output);

pinmode(led2,output);
//the loop function runs over and over
again forever

void loop()

first();

dalay(1000);

secon();

delay(1000);
}
ADVANTAGES

•Capturing of movies in the cinema theaters will be reduced.

•This can be commercially beneficial for the production houses.

•Some illegal websites for downloading movies may reduce.


DISADVANTAGES

•Infrared radiation actually produces heat

•Infrared radiations should be used only for short range. Going


beyond the limited range can affect the human eye

•Infrared radiation can change structural protein in the skin, and


this leads to premature skin ageing.
THANK
YOU...

Вам также может понравиться