Skip to content
/ Hoi Public

Turn an Android phone into your Linux facial recognition and recording device.

Notifications You must be signed in to change notification settings

mingww64/Hoi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hoi

A set of configurations for Howdy face unlock with IP Webcam.

Howdy sudo

Environment

❯ neofetch
██████████████████  ████████   project@hoi 
██████████████████  ████████   --------------- 
██████████████████  ████████   OS: Manjaro Linux x86_64 
██████████████████  ████████   Kernel: 5.19.0-1-MANJARO 
████████            ████████   DE: Plasma 5.24.6 
████████  ████████  ████████   WM: KWin
████████  ████████  ████████
████████  ████████  ████████
████████  ████████  ████████
████████  ████████  ████████
████████  ████████  ████████
████████  ████████  ████████
████████  ████████  ████████
████████  ████████  ████████
                               

                            Project Hoi. 
                            Copyright (C) 2022 Felicia Wen

~/Project/Hoi/res ❯ 

Installation

Manual

Howdy integration

Configure your camera options in files under res/ .
Copy the configured files to its correspended directory.
Now howdy is integrated with IP Webcam.

Recording

systemctl --user daemon-reload
systemctl --user enable microphone # [1]

Now the Microphone of IP Webcam will be sinked to PulseAudio once user login.

Camera

To run camera permanently.

$ systemctl enable camera [1] [2] [3]

rather than that,

I suggest
$ systemctl --user start videostream
do streaming stuff...
$ systemctl --user stop videostream


[1] Always on and keep reconnecting when connection is dropped.
[2] High battery cosumption.
[3] You need to resume it after suspended or hibernated, manually or by adding an systemd service.

See also

About

Turn an Android phone into your Linux facial recognition and recording device.

Topics

Resources

Stars

Watchers

Forks