저는 Raspberry의 USB 드라이브를 사용하여 웹사이트를 저장합니다. 이제 로 만든 영상도 저장하고 싶습니다 motion
.
구글 검색이 아닌 다른 폴더 에 저장할 수 없어서 /tmp/motion
, 사용하고 싶은 폴더에 권한을 부여해야 한다는 것을 알게 되었습니다.
$ sudo chmod 777 /path/
사용자 디렉토리에서 시도했는데 /home/pi
제대로 작동한 다음 USB 드라이브에서도 동일한 작업을 시도했습니다.
- 파일 시스템 /dev/sda1
- 크기 3.6G
- 초침 1.3M
- 3.6G 사용 가능
- %1% 사용
- /home/pi/usbdrv에 설치됨
$ sudo chmod 777 /home/pi/usbdrv
그러나 성공하지 못했습니다.
몇가지 정보:
그래서
$ sudo service motion start
모션이 작동하기 시작하고 브라우저를 통해 이미지를 볼 수 있지만 웹캠이 파일(예: 사진)을 저장하려고 시도하자마자 웹캠 스레드가 충돌합니다. 같은 방법으로 움직임을 멈춰 보세요.
$ sudo service motion stop
알겠어요
[....] Stopping motion detection demon: motionNo /usr/bin/motion found running; none killed.
. ok
그렇지 않고 더 많은 웹캠이 있으면 모든 웹캠이 데이터 저장을 시도할 때까지 서비스가 계속 실행됩니다.
또 다른 테스트: 시도하면 항상 터미널에서 다음을 수행합니다.
$ sudo motion
알겠어요
[0] Processing thread 0 - config file /etc/motion/motion.conf
[0] Processing config file /etc/motion/thread1.conf
[0] Processing config file /etc/motion/thread2.conf
[0] Motion 3.2.12 Started
[0] Exit motion, cannot create process id file (pid file) /var/run/motion/motion.pid: No such file or directory
[0] Motion going to daemon mode
$
추신: 웹캠이 두 개이므로 스레드 파일이 두 개 있습니다.
내 USB:
/dev/sda1 on /home/pi/usbdrv type vfat (rw,nosuid,relatime,sync,uid=1000,gid=1000,fmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors,remount-ro)
추가 정보: http://www.raspberrypi.org/forums/viewtopic.php?f=28&t=75136