I want to ring an alarm after Drowsy Detection
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Amardeep Singh
le 26 Juin 2015
Réponse apportée : Image Analyst
le 26 Juin 2015
I recently made system to detect a drowsy driver. I have captured the image, cropped it, detected the eye's status (open or closed). Afterwards I want to make an alarm ring if and when the eye remains closed for over 2 seconds, but I am unable to do this. Can anyone do tell me the further coding or programming part, that will make my application working?
0 commentaires
Réponse acceptée
Image Analyst
le 26 Juin 2015
Once you've detected that a drowsy state has been entered, you can play a sound file on the computer with the sound() or soundsc() function.
If you want to play it on some external alarm, then you can have your computer send signals to other devices via the USB port (such as to a Measurement Computing Corporation device), or to an Arduino, Beagle board, or Raspberry Pi device. You can search the forum for those devices if you want sample code.
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Weather and Atmospheric Science dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!