Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
abhimanyuthakre committed Aug 22, 2018
2 parents 1edc247 + 9ff439d commit 75d45d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions windows/activities.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
List of the things that B.E.N.J.I. can do:

* Authenticate user by using facial recognition with the help of webcam
* Search for lyrics of song
* Add and save notes
* Screen Recorder(Audio+Video)
* Audio Recorder
Expand Down Expand Up @@ -94,6 +95,7 @@ The commands for the various functions are as follows:
* "***Who are you/Identify Youself/What is your name***" for B.E.N.J.I. to introduce itself.
* Face detection feature will automatically fetch image for first time user. From next time, it will predict the authenticity of user. If user is authenticated, then B.E.N.J.I. will start running. If user wants to add another user, he/she can use "***face*** username". By default, username is "admin". So, make sure, while adding a new user, use "username" other than "admin". B.E.N.J.I. will fetch a single image of the user and store it in "dataset" folder in "C" drive.
NOTE: Make sure that system is able to fetch a good image of yours(be in a good lighting conditions). You can also directly add image to "dataset" folder in "C" drive.
* "***lyrics*** _SongName_" gives lyrics of the mentioned song. If required, more details can be provided after the _SongName_.
* "***note*** _NoteContent_" to add a note. The note is saved on your desktop.
* "***recorder*** _VideoName_ _AudioName_" to initiate screen recorder. If only "***recorder***" is used, it will use "UScreenCapture" and "Microphone (Realtek High Definition Audio)" as default video and audio. You can choose them, by using "ffmpeg -list_devices true -f dshow -i dummy" in command prompt. If only "***recorder*** _VideoName_" is used, then the audio will be chosen as per the default one. NOTE: Press 'q' in the command prompt when you are done with the recording. This holds true for every other recording feature.
* "***audio recorder*** _AudioName_" records audio. Use "***audio recorder***", this will use default audio "Microphone (Realtek High Definition Audio)".
Expand Down

0 comments on commit 75d45d2

Please sign in to comment.