SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2049
MEDIA PLAYER WITH FACE DETECTION AND HAND GESTURE
MUKESH VISHWAKARMA1 , AKSHAY NAVRATNE2 , SNEHA GHORPADE3 , SAKET THOMBRE4 ,
TRUPTI KUMBHARE5
1.2.3.4 Student (UG), Department of Computer Engineering,
A.I.S.S.M.S. College of Engineering, Pune, Maharashtra, India.
5Assistant Professor, Department of Computer Engineering,
A.I.S.S.M.S. College of Engineering, Pune, Maharashtra, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - When you are playing a video on your laptops
or PC and somebody calls you, you have getaway from your
device or simply look away from it due to this youmisssome
port of video. Then you have to drag back the video to see
the video from where you have left. Now to overcome this
problem we can build a media player that detects human
face and for the time it is detecting a face video will be
played else video will pause automatically. The player starts
running again as soon as it detect a face. This can be
achieved using the camera or webcam on top of the
computer. As long as the camera detects a face the video
keeps on playing. The player pauses as soon as users face is
not completely seen. Here we have also added some extra
feature that track hand movement to control mouse cursor
and left click operation which is usedtocontrol media player
functions which include dragging a video
forward/backward, increasing and decreasing volume,
choosing other videos to play .
Key Words: Face detection, Gesture, Camera.
1. INTRODUCTION
In the existing world, the communicationwiththeintelligent
Devices has increased. Everyone is dependent to perform
most of their tasks using computers. For efficient using of
these systems, we want our computer application to
communicate more are more. This communication can be
among applications or with user. For that motive, human-
computer interaction (HCI) hasbeena dynamic fieldofstudy
in the last decades. A media player is computer program for
playing multimedia files like videos, movies and music.
Media players display standard media control icons known
from physical devices such as tape recordersandCDplayers,
such as play, pause fast forward, back forward, and stop
buttons. Different media players may have different goals
and feature sets but now a days there are such media
player’s that can be communicate with personfaceandhand
gesture. We often use hand gesture in communication with
people in real world, we can use hand gesture to interact
with the digital world also.
2. PURPOSE
The aim of the project is to monitor and control the media
player. This media player can increase the level of human
computer interaction (HCI) than the current scenario.
3. SCOPE
This media player can help in reducing human efforts Later
on, this technique can be used to control systems using HCI
like multimedia player, pdf reader, power point etc.
4. LITERATURE SURVEY
4.1 Face Detection and Tracking using Open CV
Authors: S.V. Viraktamath, Mukund Katti, Aditya
Khatawka and Pavan Kulkarni
In [1], they analyze the image and has been stored in
database and it will check the size, position and the location
of face. It tracks the face and gives the desired result as
needed. The face detection methods are: knowledge
approach and Static approach and integration based with
several functionality or process. It is also used in (HCI)
human computer interface and image detection.
4.2 A Media Player which operates on Human
Emotions Authors: Harshala Chaudhary, Amrapali
Waghmare, Reshma Ganjewar, Dr. Abhijit
Banubakode
In [2], They have implemented a new technique known
as Emotion Sensory World of Blue Eyes Technology which
identifies human emotions (sad, happy or thinking) here we
use image processing techniques and extract eye portion
from the image captured which is then compared to the
stored images of database. So, the media player is based on
blue eyes technology. The techniqueweusedfordetection of
human face or emotion has applications like (HCI) human
computer interaction , image processing there are methods
of detecting emotions like face detection, eye detection, lip
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2050
detection. This paper reviews comparative techniques for
recognizing emotions through images.
4.3 Controlling Multimedia Applications Using
Hand Gesture Recognition Authors: Neha S.
Rokade1, Harsha R. Jadhav, Sabiha A. Pathan, and
Uma Annamalai.
In [3] They have introducea non-complexalgorithmthat
will decrease the complexity of hand gestures as well. This
system, a hand gesture process is to be build which will be
an intermediate between human machine interaction i.e.
HMI. A media player will recognize different hand gestures
such as up, and down, right, and left. There are three
modules in this system to identify hand gestures. It uses a
backend to save various hand gestures inputs. These inputs
were the subset of ASL i.e. American sign languages. Various
techniques have been used to remove the noise that is
present in the image.
4.4 Face Detection and Tracking with Web
Camera Authors: Ruslana Makovetsky and Gayane
In [4], they implement a different player than others,
having the following functionalities. The media player will
start playing the video if the human face is been totally
visible means detected by the media player and it will
stop/pause the video if human is not watching the media
player (ex turns away) .As a result, we were looking for a
face detection and tracking algorithm, which would enable
us to detect faces in frames, forwarded from a web camera.
5. SYSTEM ARCHITECTURE
Here as soon as we start the media player the media player
will be opened with face detection mode i.e. it will start
detecting human face and if a face is detected the video will
keep on playing if there is no face the video will be paused.
This media player has an option to run media player with
either face detection mode or hand gesture mode and it can
switch between them in run time. In hand gesture mode we
control the mouse cursor to operate the media player.
The following architecture consist of three sections:
1. Face Detection.
2. Hand gesture.
3. Media player.
1. Face Detection:
In this section the camera starts detecting a human
face and till the time we are lookingatthemedia player
screen the video will be played and if we look
somewhere else the video will be automatically
paused. It will start playing the video as soon as it
detects a face again.
2. Hand gesture:
In this section the camera looks for the color bands.
The user will wear 2 bands on his fingers they are
green and blue colour bands. Here the blue color band
controls mouse cursor and green color band performs
left click operation. Thus we can control the media
player.
3. Media player:
The media player is the important concept which will
be used to play video and it will be controlled by
functionalities like hand gesture and face detection.
6. SYSTEM EVALUATION
6.1 ADVANTAGES
 User-Friendly.
 Can control other application along with media
player.
 A better and improved explicit and implicit HCI.
 Controlling the computer from distant.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2051
6.2 DISADVANTAGES
 System may not work in less light up work space.
 For face detection complete face must be visible.
6.3 APPLICATIONS
 User don’t have to be worry missing any part of
video that has been played by media player.
 With some changes we can make it identify human
face and only the authorizedusercanplaythevideo.
 Along with media player we can control other
applications as well that is via hand gesture.
7 CONCLUSION
Thus, on the basis of literature survey and analyzing the
existing system, we havecanconcludethattheproposed
system we have introduced will use the features like
hand gesture and face detection and that will be used to
control the media player i.e. increasing and decreasing
the sound of the video, closing the media player,
dragging video forwardorbackwardandchoosingother
video to be played etc. With some changes in the face
detection module we can train it to recognize a
particular set of faces and then media player will
respond for their faces only.
8 REFERENCES
[1] Paul Viola and Michael J. Jones, “Robust Real-Time Face
Detection”, Published in 2004 International Journal of
Computer Vision 57(2), 137154, and 2004.
[2] S.V. Viraktamath, Mukund Katti, Aditya Khatawkar
Pavan Kulkarni ,“Face DetectionandTrackingusingOpen CV
”, The SIJ Transactions on Computer Networks &
Communication Engineering (CNCE), Vol. 1, No. 3, July-
August 2013
[3] Dnyanada Jadhav1, Prof. L.M.R.J. Lobo2 ,“Hand Gesture
Recognition System To Control Slide Show Navigation”,
International Journal of Application or Innovation in
Engineering & Management (IJAIEM) Volume 3, Issue 1,
January 2014
[4] N.Krishna Chaitanya, 2, R.Janardhan Rao “Controllingof
windows media player using hand recognition system”, The
International Journal of Engineering and Science (IJES)
Volume 3 Issue 12 Pages
[5] Harshala Chaudhari1, Amrapali Waghmare2, Reshma
Ganjewar3, Dr. Abhijit Banubakode ,“A Media Player which
operates depending on Human Emotions”, International
Journal of Advanced Research in Computer and
Communication Engineering Vol. 4, Issue 5, May 2015
[6] Neha S. Rokade1, Harsha R. Jadhav2, Sabiha A.Pathan3,
Uma Annamalai, “Controlling Multimedia ApplicationsUsing
Hand Gesture Recognition”, International Research Journal
of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 02 Issue: 05 — Aug-2015
[7] Mr. Sudarshan G. Gauge, Mr. Santosh G. Karkhile
,“Operating an Application Using Hand Gesture Recognition
System ”International Journal of Innovative Research in
Computer and Communication Engineering (An ISO 3297:
2007 Certified Organization) Vol. 4, Issue 2, February 2016.
[8] Mr. Sanjay Mena, “A Study on Hand Gesture
Recognition”, White Paper.
[9] Ruslana Makovetsky and Gayane Persian, “Face
Detection and Tracking with Web Camera”, White paper.
[10] Yushan Yu, Sheng Bi, Yaoyang Mo, Weiheng Qiu ,“Real-
time Gesture Recognition System Based on Camshaft
Algorithm and Haar-like Feature ”, The 6 th Annual IEEE
International Conference on June 19-22, 2016
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2052
BIOGRAPHIES
Mukesh Vishwakarma is
pursuing Bachelor’s degree in
Computer Engineering from
Savitribai Phule Pune University
at A.I.S.S.M.S College of
Engineering, Pune, and
Maharashtra, India.
Akshay Navratne is pursuing
Bachelor’s degree in Computer
Engineering from Savitribai
Phule Pune University at
A.I.S.S.M.S College of
Engineering, Pune, and
Maharashtra, India.
Sneha Ghorpadhe is pursuing
Bachelor’s degree in Computer
Engineering from Savitribai
Phule Pune University at
A.I.S.S.M.S CollegeofEngineering,
Pune, and Maharashtra, India.
Saket Thombre is pursuing
Bachelor’s degree in Computer
Engineering from Savitribai
Phule Pune University at
A.I.S.S.M.S CollegeofEngineering,
Pune, and Maharashtra, India.
Trupti Kumbhare is Assistant
Professor in Department of
Computer Engineering from
Savitribai Phule Pune University
at A.I.S.S.M.S College of
Engineering, Pune, and
Maharashtra, India.

More Related Content

PPTX
Hand Gesture recognition
PPTX
FACIAL AND HAND GESTURE BASED MEDIA PLAYER
PPTX
A Framework For Dynamic Hand Gesture Recognition Using Key Frames Extraction
PPTX
Gesture recognition technology
PPTX
Face recognition
PPTX
Gesture recognition technology
PPTX
Hand Gesture Recognition
PPTX
Hand Gesture Recognition Using OpenCV Python
Hand Gesture recognition
FACIAL AND HAND GESTURE BASED MEDIA PLAYER
A Framework For Dynamic Hand Gesture Recognition Using Key Frames Extraction
Gesture recognition technology
Face recognition
Gesture recognition technology
Hand Gesture Recognition
Hand Gesture Recognition Using OpenCV Python

What's hot (20)

PPTX
Hand Gesture Recognition Applications
PPTX
Face Recognition based Lecture Attendance System
PPTX
Face recognization using artificial nerual network
PPTX
Animation and virtual reality
PPTX
ppt of gesture recognition
PPTX
virtual reality ppt
PPTX
Face recognisation system
PPT
Introduction to Biometric lectures... Prepared by Dr.Abbas
PPTX
Hand gesture recognition
PPTX
Sixth sense technology (2)
PDF
COMP Lecture1 - Introduction to Virtual Reality
PDF
Gesture recognition document
PPTX
Gesture Recognition Technology-Seminar PPT
PPTX
Gesture recognition
PPTX
Face Recognition Technology
PPT
Face recognition technology
PPT
project presentation on mouse simulation using finger tip detection
PPTX
Face Recognition Technology
PPTX
Face recognigion system ppt
PPTX
Gesture Technology
Hand Gesture Recognition Applications
Face Recognition based Lecture Attendance System
Face recognization using artificial nerual network
Animation and virtual reality
ppt of gesture recognition
virtual reality ppt
Face recognisation system
Introduction to Biometric lectures... Prepared by Dr.Abbas
Hand gesture recognition
Sixth sense technology (2)
COMP Lecture1 - Introduction to Virtual Reality
Gesture recognition document
Gesture Recognition Technology-Seminar PPT
Gesture recognition
Face Recognition Technology
Face recognition technology
project presentation on mouse simulation using finger tip detection
Face Recognition Technology
Face recognigion system ppt
Gesture Technology
Ad

Similar to Media Player with Face Detection and Hand Gesture (20)

PDF
IRJET- Enhanced Look Based Media Player with Hand Gesture Recognition
PDF
Sign Language Identification based on Hand Gestures
PDF
Cursor Movement with Eyeball
PDF
Accessing Operating System using Finger Gesture
PDF
SMART MEDIA PLAYER USING AI
PDF
Emotions and Hand Gestures Recognition using Computer Vision
PPTX
Blue eyes technology
PDF
Sixth Sense Technology
PDF
IRJET- Finger Gesture Recognition Using Linear Camera
PDF
A Survey Paper on Controlling Computer using Hand Gestures
PDF
Eye(I) Still Know! – An App for the Blind Built using Web and AI
PDF
Facial Expression Identification System
PDF
IRJET- Adavnce Media Player
PDF
IRJET- Adavnce Media Player
PDF
IRJET - Chatbot with Gesture based User Input
PDF
IRJET-Human Face Detection and Identification using Deep Metric Learning
PDF
IRJET- An Innovative Approach for Interviewer to Judge State of Mind of an In...
PDF
Gesture Based Interface Using Motion and Image Comparison
PDF
A Survey on Detecting Hand Gesture
PDF
Controlling Computer using Hand Gestures
IRJET- Enhanced Look Based Media Player with Hand Gesture Recognition
Sign Language Identification based on Hand Gestures
Cursor Movement with Eyeball
Accessing Operating System using Finger Gesture
SMART MEDIA PLAYER USING AI
Emotions and Hand Gestures Recognition using Computer Vision
Blue eyes technology
Sixth Sense Technology
IRJET- Finger Gesture Recognition Using Linear Camera
A Survey Paper on Controlling Computer using Hand Gestures
Eye(I) Still Know! – An App for the Blind Built using Web and AI
Facial Expression Identification System
IRJET- Adavnce Media Player
IRJET- Adavnce Media Player
IRJET - Chatbot with Gesture based User Input
IRJET-Human Face Detection and Identification using Deep Metric Learning
IRJET- An Innovative Approach for Interviewer to Judge State of Mind of an In...
Gesture Based Interface Using Motion and Image Comparison
A Survey on Detecting Hand Gesture
Controlling Computer using Hand Gestures
Ad

More from IRJET Journal (20)

PDF
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
PDF
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
PDF
Kiona – A Smart Society Automation Project
PDF
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
PDF
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
PDF
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
PDF
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
PDF
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
PDF
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
PDF
BRAIN TUMOUR DETECTION AND CLASSIFICATION
PDF
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
PDF
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
PDF
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
PDF
Breast Cancer Detection using Computer Vision
PDF
Auto-Charging E-Vehicle with its battery Management.
PDF
Analysis of high energy charge particle in the Heliosphere
PDF
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
PDF
Auto-Charging E-Vehicle with its battery Management.
PDF
Analysis of high energy charge particle in the Heliosphere
PDF
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
Kiona – A Smart Society Automation Project
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
BRAIN TUMOUR DETECTION AND CLASSIFICATION
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
Breast Cancer Detection using Computer Vision
Auto-Charging E-Vehicle with its battery Management.
Analysis of high energy charge particle in the Heliosphere
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
Auto-Charging E-Vehicle with its battery Management.
Analysis of high energy charge particle in the Heliosphere
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...

Recently uploaded (20)

PDF
Model Code of Practice - Construction Work - 21102022 .pdf
PPTX
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
PPTX
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx
PPT
Mechanical Engineering MATERIALS Selection
PPTX
Welding lecture in detail for understanding
PPTX
MCN 401 KTU-2019-PPE KITS-MODULE 2.pptx
PPTX
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
PDF
composite construction of structures.pdf
PDF
Well-logging-methods_new................
PPTX
Infosys Presentation by1.Riyan Bagwan 2.Samadhan Naiknavare 3.Gaurav Shinde 4...
PDF
PRIZ Academy - 9 Windows Thinking Where to Invest Today to Win Tomorrow.pdf
PDF
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
PPTX
Sustainable Sites - Green Building Construction
PPTX
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
PDF
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
PDF
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
PPTX
Foundation to blockchain - A guide to Blockchain Tech
PPTX
CYBER-CRIMES AND SECURITY A guide to understanding
PPTX
Lecture Notes Electrical Wiring System Components
DOCX
573137875-Attendance-Management-System-original
Model Code of Practice - Construction Work - 21102022 .pdf
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx
Mechanical Engineering MATERIALS Selection
Welding lecture in detail for understanding
MCN 401 KTU-2019-PPE KITS-MODULE 2.pptx
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
composite construction of structures.pdf
Well-logging-methods_new................
Infosys Presentation by1.Riyan Bagwan 2.Samadhan Naiknavare 3.Gaurav Shinde 4...
PRIZ Academy - 9 Windows Thinking Where to Invest Today to Win Tomorrow.pdf
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
Sustainable Sites - Green Building Construction
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
Foundation to blockchain - A guide to Blockchain Tech
CYBER-CRIMES AND SECURITY A guide to understanding
Lecture Notes Electrical Wiring System Components
573137875-Attendance-Management-System-original

Media Player with Face Detection and Hand Gesture

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2049 MEDIA PLAYER WITH FACE DETECTION AND HAND GESTURE MUKESH VISHWAKARMA1 , AKSHAY NAVRATNE2 , SNEHA GHORPADE3 , SAKET THOMBRE4 , TRUPTI KUMBHARE5 1.2.3.4 Student (UG), Department of Computer Engineering, A.I.S.S.M.S. College of Engineering, Pune, Maharashtra, India. 5Assistant Professor, Department of Computer Engineering, A.I.S.S.M.S. College of Engineering, Pune, Maharashtra, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - When you are playing a video on your laptops or PC and somebody calls you, you have getaway from your device or simply look away from it due to this youmisssome port of video. Then you have to drag back the video to see the video from where you have left. Now to overcome this problem we can build a media player that detects human face and for the time it is detecting a face video will be played else video will pause automatically. The player starts running again as soon as it detect a face. This can be achieved using the camera or webcam on top of the computer. As long as the camera detects a face the video keeps on playing. The player pauses as soon as users face is not completely seen. Here we have also added some extra feature that track hand movement to control mouse cursor and left click operation which is usedtocontrol media player functions which include dragging a video forward/backward, increasing and decreasing volume, choosing other videos to play . Key Words: Face detection, Gesture, Camera. 1. INTRODUCTION In the existing world, the communicationwiththeintelligent Devices has increased. Everyone is dependent to perform most of their tasks using computers. For efficient using of these systems, we want our computer application to communicate more are more. This communication can be among applications or with user. For that motive, human- computer interaction (HCI) hasbeena dynamic fieldofstudy in the last decades. A media player is computer program for playing multimedia files like videos, movies and music. Media players display standard media control icons known from physical devices such as tape recordersandCDplayers, such as play, pause fast forward, back forward, and stop buttons. Different media players may have different goals and feature sets but now a days there are such media player’s that can be communicate with personfaceandhand gesture. We often use hand gesture in communication with people in real world, we can use hand gesture to interact with the digital world also. 2. PURPOSE The aim of the project is to monitor and control the media player. This media player can increase the level of human computer interaction (HCI) than the current scenario. 3. SCOPE This media player can help in reducing human efforts Later on, this technique can be used to control systems using HCI like multimedia player, pdf reader, power point etc. 4. LITERATURE SURVEY 4.1 Face Detection and Tracking using Open CV Authors: S.V. Viraktamath, Mukund Katti, Aditya Khatawka and Pavan Kulkarni In [1], they analyze the image and has been stored in database and it will check the size, position and the location of face. It tracks the face and gives the desired result as needed. The face detection methods are: knowledge approach and Static approach and integration based with several functionality or process. It is also used in (HCI) human computer interface and image detection. 4.2 A Media Player which operates on Human Emotions Authors: Harshala Chaudhary, Amrapali Waghmare, Reshma Ganjewar, Dr. Abhijit Banubakode In [2], They have implemented a new technique known as Emotion Sensory World of Blue Eyes Technology which identifies human emotions (sad, happy or thinking) here we use image processing techniques and extract eye portion from the image captured which is then compared to the stored images of database. So, the media player is based on blue eyes technology. The techniqueweusedfordetection of human face or emotion has applications like (HCI) human computer interaction , image processing there are methods of detecting emotions like face detection, eye detection, lip
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2050 detection. This paper reviews comparative techniques for recognizing emotions through images. 4.3 Controlling Multimedia Applications Using Hand Gesture Recognition Authors: Neha S. Rokade1, Harsha R. Jadhav, Sabiha A. Pathan, and Uma Annamalai. In [3] They have introducea non-complexalgorithmthat will decrease the complexity of hand gestures as well. This system, a hand gesture process is to be build which will be an intermediate between human machine interaction i.e. HMI. A media player will recognize different hand gestures such as up, and down, right, and left. There are three modules in this system to identify hand gestures. It uses a backend to save various hand gestures inputs. These inputs were the subset of ASL i.e. American sign languages. Various techniques have been used to remove the noise that is present in the image. 4.4 Face Detection and Tracking with Web Camera Authors: Ruslana Makovetsky and Gayane In [4], they implement a different player than others, having the following functionalities. The media player will start playing the video if the human face is been totally visible means detected by the media player and it will stop/pause the video if human is not watching the media player (ex turns away) .As a result, we were looking for a face detection and tracking algorithm, which would enable us to detect faces in frames, forwarded from a web camera. 5. SYSTEM ARCHITECTURE Here as soon as we start the media player the media player will be opened with face detection mode i.e. it will start detecting human face and if a face is detected the video will keep on playing if there is no face the video will be paused. This media player has an option to run media player with either face detection mode or hand gesture mode and it can switch between them in run time. In hand gesture mode we control the mouse cursor to operate the media player. The following architecture consist of three sections: 1. Face Detection. 2. Hand gesture. 3. Media player. 1. Face Detection: In this section the camera starts detecting a human face and till the time we are lookingatthemedia player screen the video will be played and if we look somewhere else the video will be automatically paused. It will start playing the video as soon as it detects a face again. 2. Hand gesture: In this section the camera looks for the color bands. The user will wear 2 bands on his fingers they are green and blue colour bands. Here the blue color band controls mouse cursor and green color band performs left click operation. Thus we can control the media player. 3. Media player: The media player is the important concept which will be used to play video and it will be controlled by functionalities like hand gesture and face detection. 6. SYSTEM EVALUATION 6.1 ADVANTAGES  User-Friendly.  Can control other application along with media player.  A better and improved explicit and implicit HCI.  Controlling the computer from distant.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2051 6.2 DISADVANTAGES  System may not work in less light up work space.  For face detection complete face must be visible. 6.3 APPLICATIONS  User don’t have to be worry missing any part of video that has been played by media player.  With some changes we can make it identify human face and only the authorizedusercanplaythevideo.  Along with media player we can control other applications as well that is via hand gesture. 7 CONCLUSION Thus, on the basis of literature survey and analyzing the existing system, we havecanconcludethattheproposed system we have introduced will use the features like hand gesture and face detection and that will be used to control the media player i.e. increasing and decreasing the sound of the video, closing the media player, dragging video forwardorbackwardandchoosingother video to be played etc. With some changes in the face detection module we can train it to recognize a particular set of faces and then media player will respond for their faces only. 8 REFERENCES [1] Paul Viola and Michael J. Jones, “Robust Real-Time Face Detection”, Published in 2004 International Journal of Computer Vision 57(2), 137154, and 2004. [2] S.V. Viraktamath, Mukund Katti, Aditya Khatawkar Pavan Kulkarni ,“Face DetectionandTrackingusingOpen CV ”, The SIJ Transactions on Computer Networks & Communication Engineering (CNCE), Vol. 1, No. 3, July- August 2013 [3] Dnyanada Jadhav1, Prof. L.M.R.J. Lobo2 ,“Hand Gesture Recognition System To Control Slide Show Navigation”, International Journal of Application or Innovation in Engineering & Management (IJAIEM) Volume 3, Issue 1, January 2014 [4] N.Krishna Chaitanya, 2, R.Janardhan Rao “Controllingof windows media player using hand recognition system”, The International Journal of Engineering and Science (IJES) Volume 3 Issue 12 Pages [5] Harshala Chaudhari1, Amrapali Waghmare2, Reshma Ganjewar3, Dr. Abhijit Banubakode ,“A Media Player which operates depending on Human Emotions”, International Journal of Advanced Research in Computer and Communication Engineering Vol. 4, Issue 5, May 2015 [6] Neha S. Rokade1, Harsha R. Jadhav2, Sabiha A.Pathan3, Uma Annamalai, “Controlling Multimedia ApplicationsUsing Hand Gesture Recognition”, International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 02 Issue: 05 — Aug-2015 [7] Mr. Sudarshan G. Gauge, Mr. Santosh G. Karkhile ,“Operating an Application Using Hand Gesture Recognition System ”International Journal of Innovative Research in Computer and Communication Engineering (An ISO 3297: 2007 Certified Organization) Vol. 4, Issue 2, February 2016. [8] Mr. Sanjay Mena, “A Study on Hand Gesture Recognition”, White Paper. [9] Ruslana Makovetsky and Gayane Persian, “Face Detection and Tracking with Web Camera”, White paper. [10] Yushan Yu, Sheng Bi, Yaoyang Mo, Weiheng Qiu ,“Real- time Gesture Recognition System Based on Camshaft Algorithm and Haar-like Feature ”, The 6 th Annual IEEE International Conference on June 19-22, 2016
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2052 BIOGRAPHIES Mukesh Vishwakarma is pursuing Bachelor’s degree in Computer Engineering from Savitribai Phule Pune University at A.I.S.S.M.S College of Engineering, Pune, and Maharashtra, India. Akshay Navratne is pursuing Bachelor’s degree in Computer Engineering from Savitribai Phule Pune University at A.I.S.S.M.S College of Engineering, Pune, and Maharashtra, India. Sneha Ghorpadhe is pursuing Bachelor’s degree in Computer Engineering from Savitribai Phule Pune University at A.I.S.S.M.S CollegeofEngineering, Pune, and Maharashtra, India. Saket Thombre is pursuing Bachelor’s degree in Computer Engineering from Savitribai Phule Pune University at A.I.S.S.M.S CollegeofEngineering, Pune, and Maharashtra, India. Trupti Kumbhare is Assistant Professor in Department of Computer Engineering from Savitribai Phule Pune University at A.I.S.S.M.S College of Engineering, Pune, and Maharashtra, India.