Dedicated RPI Camera Monitor
From ZoneMinder Wiki
Revision as of 21:59, 22 August 2018 by Snake (talk | contribs) (Created page with "Following the similar Dedicated_SBC_Camera_Monitor guide, I'll do the same thing with a Raspberry Pi model 3, and Devuan Ascii, this time (migrated from Debian Stretch Lit...")
Following the similar Dedicated_SBC_Camera_Monitor guide, I'll do the same thing with a Raspberry Pi model 3, and Devuan Ascii, this time (migrated from Debian Stretch Lite)
First, image the Debian Stretch Lite to your SD card
Boot up and enable ssh, change your password, and apt-get update && apt-get dist-upgrade
Now migrate following these instructions [1]
Before installing sysvinit-core I created an /etc/network/interfaces file with the following
auto eth0 iface eth0 inet dhcp