Fabrice Fontaine | 7fabade | 2016-09-27 23:37:47 +0200 | [diff] [blame] | 1 | config BR2_PACKAGE_MOTION |
| 2 | bool "motion" |
| 3 | depends on BR2_USE_MMU # fork() |
| 4 | depends on BR2_TOOLCHAIN_HAS_THREADS |
| 5 | select BR2_PACKAGE_JPEG |
Fabrice Fontaine | 87187d5 | 2018-10-29 15:08:46 +0100 | [diff] [blame] | 6 | select BR2_PACKAGE_LIBMICROHTTPD |
Fabrice Fontaine | 7fabade | 2016-09-27 23:37:47 +0200 | [diff] [blame] | 7 | help |
| 8 | Motion is a program that monitors the video signal from |
| 9 | cameras. It is able to detect if a significant part of |
| 10 | the picture has changed; in other words, it can detect motion. |
| 11 | |
| 12 | libv4l has to be selected to be able to use a local camera. |
| 13 | |
| 14 | https://motion-project.github.io |
| 15 | |
| 16 | comment "motion needs a toolchain w/ threads" |
| 17 | depends on BR2_USE_MMU |
| 18 | depends on !BR2_TOOLCHAIN_HAS_THREADS |