Physiognomist Device and Services
python3 -m bobinette
Application is served at bobinette.local (Pi Zero) or bobinette-dev.local (Pi 3). Capture starts before first request.
sudo rm bobinette/data/faces.xml && sudo rm bobinette/data/face-v1.sqlite3
Download the last image of Raspbian Lite.
Find out SD Card mounting index (X
).
sudo diskutil list
Burn the image.
sudo diskutil unmountDisk /dev/diskX
sudo dd bs=1m if=path/to/raspbian-jessie-lite.img of=/dev/rdiskX
sudo diskutil unmountDisk /dev/diskX
Boot the SD Card on a Raspberry Pi.
sudo nano /etc/wpa_supplicant/wpa_supplicant.conf
Write network configuration at the end of the file, save and exit (ctrl+X
).
network={
ssid="network_name"
psk="network_passkey"
}
sudo raspi-config
- Set Hostname to
bobinette
(Pi Zero) orbobinette-dev
(Pi 3) - Set "Console Autologin" as Boot Option
- Enable "Camera" and "SSH" Interfacing Options
sudo apt-get update -y
sudo apt-get install -y git
git clone http://github.com/WebMaestroFr/bobinette.git
cd bobinette
git checkout bobinette-dev
bash ./install.sh
sudo nano /etc/rc.local
Write command before exit 0
, save and exit (ctrl+X
).
python3 -m bobinette