Difference between revisions of "RaspberryPi"

From Colettapedia
Jump to navigation Jump to search
(Created page with " == Setup == * [https://www.raspberrypi.org/software/ RaspberryPi imager download] == Peripherals == === Night vision camera === * [http://www.kumantech.com/kuman-for-raspb...")
 
 
(One intermediate revision by the same user not shown)
Line 10: Line 10:
 
* [https://github.com/ccrisan/motioneyeos/wiki MotionEyeOS]
 
* [https://github.com/ccrisan/motioneyeos/wiki MotionEyeOS]
 
** Uses [https://github.com/ccrisan/motioneye motionEye] A web frontend for the motion daemon ([https://github.com/ccrisan/motioneye/wiki motionEye wiki])
 
** Uses [https://github.com/ccrisan/motioneye motionEye] A web frontend for the motion daemon ([https://github.com/ccrisan/motioneye/wiki motionEye wiki])
 +
* To disable LEDs on camera and board for Raspberry Pi Zero, edit <code>/boot/config.txt</code> and add lines:
 +
** <code>disable_camera_led=1</code>
 +
** <code>dtparam=act_led_trigger=none</code>
 +
** <code>dtparam=act_led_activelow=on</code>
 +
 +
== Smart Home ==
 +
* [https://www.home-assistant.io/ home-assistant.io]

Latest revision as of 16:51, 20 February 2021


Setup

Peripherals

Night vision camera

Smart Home