RaspberryPi 下监控软件motion使用多摄像头配置

本文详细介绍如何在Linux环境下配置motion软件以支持多个摄像头。通过修改/etc/motion目录下的配置文件,可以实现对每个摄像头的独立设置。文章具体步骤包括重命名并调整cameraX-dist.conf文件,以及在motion.conf中正确引用这些配置文件。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

1.在/etc/motion/文件夹下将原始生成对应文件cameraX-dist.conf(x = 1, 2, 3...)更名为cameraX.conf并将文件内容按照需求更改, 有几个摄像头就改几个对应编号文件。(注:须将其中input变量值赋值为-1,若使用的是usb摄像头)
2.在/etc/motion/motion.conf最后:
##############################################################
# camera config files - One for each camera.
# Except if only one camera - You only need this config file.
# If you have more than one camera you MUST define one camera
# config file for each camera in addition to this config file.
##############################################################

# Remember: If you have more than one camera you must have one
# camera file for each camera. E.g. 2 cameras requires 3 files:
# This motion.conf file AND camera1.conf and camera2.conf.
# Only put the options that are unique to each camera in the
# camera config files.
camera /etc/motion/camera1.conf
camera /etc/motion/camera2.conf

; camera /etc/motion/camera3.conf
; camera /etc/motion/camera4.conf

中对应个数的摄像头配置文件前的分号取消掉(在这里以两个摄像头配置作为范例),重新启动motion即可完成多摄像头配置

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值