Port details on branch 2023Q3 |
- motion Motion detection application
- 4.3.2_6 multimedia =0 4.3.2_6Version of this port present on the latest quarterly branch.
- Maintainer: ports@blievers.net
- Port Added: 2023-09-24 01:18:08
- Last Update: 2023-09-24 01:16:44
- Commit Hash: 71a5cdf
- License: GPLv2+
- WWW:
- https://motion-project.github.io/
- Description:
- This is a port of motion, this version works with network cameras and with any
capture devices that supports bktr(4) with composite and svideo inputs. Tuner
support is not yet implemented. Latest port versions supports webcams supported
by pwcbsd.
- ¦ ¦ ¦ ¦
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- motion>0:multimedia/motion
- To install the port:
- cd /usr/ports/multimedia/motion/ && make install clean
- To add the package, run one of these commands:
- pkg install multimedia/motion
- pkg install motion
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: motion
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1695017850
SHA256 (Motion-Project-motion-release-4.3.2_GH0.tar.gz) = dafa4264b2d8e4778f8be5871f09b6c0ec710d5a836182c583469c18db944d70
SIZE (Motion-Project-motion-release-4.3.2_GH0.tar.gz) = 849378
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- v4l_compat>=1.0.20060801 : multimedia/v4l_compat
- gmake>=4.3 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- msgfmt : devel/gettext-tools
- autoconf>=2.71 : devel/autoconf
- automake>=1.16.5 : devel/automake
- Library dependencies:
-
- libwebp.so : graphics/webp
- libmicrohttpd.so : www/libmicrohttpd
- libavformat.so.58 : multimedia/ffmpeg4
- libjpeg.so : graphics/jpeg-turbo
- libintl.so : devel/gettext-runtime
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for motion-4.3.2_6:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
FFMPEG=on: FFmpeg support (WMA, AIFF, AC3, APE...)
MYSQL=off: MySQL database support
PGSQL=off: PostgreSQL database support
SQLITE3=off: SQLite 3 database support
====> Video capture driver (Netcam support only if none selected): you can only select none or one of them
BKTR=off: BKTR based TV capture cards
PWCBSD=off: PWCBSD based Webcams
WEBCAMD=on: Webcams using webcamd
===> Use 'make config' to modify these settings
- Options name:
- multimedia_motion
- USES:
- autoreconf cpe gmake jpeg localbase pkgconfig gettext
- pkg-message:
- For install:
- To use the motion service properly, you should edit
/usr/local/etc/motion/motion.conf
according to your needs.
To set up your capture device (if using BKTR):
1. Load the bktr modules
Type as root:
kldload bktr_mem.ko
kldload bktr.ko
You can setup this in your /boot/loader.conf adding:
bktr_mem_load="YES"
bktr_load="YES"
2. Configure your card settings (tuner type, format, and card)
Type as root:
sysctl hw.bt848.card=1 ( Miro pctv )
sysctl hw.bt848.tuner=10 ( PHILIPS_FR1216_PAL )
sysctl hw.bt848.format=0 ( PAL )
or add to /etc/sysctl.conf adding:
hw.bt848.card=1
hw.bt848.tuner=10
hw.bt848.format=0
To automatically start the service at boot time,
add the following line to /etc/rc.conf:
motion_enable="YES"
Then, to start the service right now without reboot, execute
service motion start
- Master Sites:
|