mirror of
https://github.com/Motion-Project/motion.git
synced 2026-02-05 20:42:10 -05:00
Revisions to configuration options.
1. Revise config options to be `movie_` and `picture_`
2. Revise config options to align with topic and code.
* motion_video_pipe, ipv6_enabled, rtsp_uses_tcp
* switchfilter, logfile, process_id_file
3. Revise depreciated options to still be valid for webcontrol and config files.
4. Revise distributed config files to only include most common options
5. Revise sequence of config options to be arranged by topic.
6. Revise code to use names consistent with config parms.
7. Revise manual, guide and code to specify same default values.
8. Update guide and manual to reflect revised option names.
32 lines
841 B
Plaintext
32 lines
841 B
Plaintext
# @sysconfdir@/motion/camera2.conf
|
|
#
|
|
# This config file was generated by @PACKAGE_NAME@ @PACKAGE_VERSION@
|
|
|
|
###########################################################
|
|
# Configuration options specific to camera 2
|
|
############################################################
|
|
# User defined name for the camera.
|
|
camera_name Patio
|
|
|
|
# Numeric identifier for the camera.
|
|
camera_id 102
|
|
|
|
# The full URL of the network camera stream.
|
|
netcam_url http://yourcamera2ip:port/camera/specific/url
|
|
|
|
# Image width in pixels.
|
|
width 352
|
|
|
|
# Image height in pixels.
|
|
height 288
|
|
|
|
# Text to be overlayed in the lower left corner of images
|
|
text_left Camera2
|
|
|
|
# Text to be overlayed in the lower right corner of images.
|
|
text_right Patio\n%Y-%m-%d\n%T-%q
|
|
|
|
# File name(without extension) for movies relative to target directory
|
|
movie_filename CAM02_%t-%v-%Y%m%d%H%M%S
|
|
|