$ file *
motion: ELF 32-bit LSB executable, ARM, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.26, BuildID[sha1]=0x9d62823dd8a3ad9bcbda27d7736ddbddcced768b, not stripped
motion-mmal.tar.gz: gzip compressed data, from Unix, last modified: Mon Nov 18 03:06:06 2013
motion-mmalcam.conf: ASCII text, with very long lines
2015/08/09 - [개소리 왈왈/라즈베리 파이(rpi)] - MMAL - Multi-Media Abstraction Layer
$ sudo apt-get install motion 패키지 목록을 읽는 중입니다... 완료 의존성 트리를 만드는 중입니다 상태 정보를 읽는 중입니다... 완료 다음 패키지를 더 설치할 것입니다: ffmpeg libav-tools libavdevice53 libavfilter2 libavfilter3 libavresample1 libmysqlclient18 libopencv-core2.3 libopencv-imgproc2.3 libpq5 mysql-common 제안하는 패키지: frei0r-plugins mysql-client postgresql-client 다음 새 패키지를 설치할 것입니다: ffmpeg libav-tools libavdevice53 libavfilter2 libavfilter3 libavresample1 libmysqlclient18 libopencv-core2.3 libopencv-imgproc2.3 libpq5 motion mysql-common 0개 업그레이드, 12개 새로 설치, 0개 제거 및 0개 업그레이드 안 함. 6,247 k바이트 아카이브를 받아야 합니다. 이 작업 후 18.0 M바이트의 디스크 공간을 더 사용하게 됩니다. 계속 하시겠습니까 [Y/n]? $ sudo apt-get remove motion 패키지 목록을 읽는 중입니다... 완료 의존성 트리를 만드는 중입니다 상태 정보를 읽는 중입니다... 완료 다음 패키지가 자동으로 설치되었지만 더 이상 필요하지 않습니다: ffmpeg libmysqlclient18 libpq5 mysql-common Use 'apt-get autoremove' to remove them. 다음 패키지를 지울 것입니다: motion 0개 업그레이드, 0개 새로 설치, 1개 제거 및 0개 업그레이드 안 함. 이 작업 후 758 k바이트의 디스크 공간이 비워집니다. 계속 하시겠습니까 [Y/n]? (데이터베이스 읽는중 ...현재 85877개의 파일과 디렉터리가 설치되어 있습니다.) motion 패키지를 지우는 중입니다 ... [....] Stopping motion detection daemon: motionNo /usr/bin/motion found running; none killed. . ok [....] Stopping motion detection daemon: motionNo /usr/bin/motion found running; none killed. . ok man-db에 대한 트리거를 처리하는 중입니다 ... $ vi motion-mmalcam.conf # Start in daemon (background) mode and release terminal (default: off) daemon on # Restrict stream connections to localhost only (default: on) stream_localhost off # Image width (pixels). Valid range: Camera dependent, default: 352 width 1024 # Image height (pixels). Valid range: Camera dependent, default: 288 height 576 # Maximum number of frames to be captured per second. # Valid range: 2-100. Default: 100 (almost no limit). framerate 1 $ sudo ./motion -c motion-mmalcam.conf [1978205048] [NTC] [ALL] conf_load: Processing thread 0 - config file motion-mmalcam.conf [1978205048] [NTC] [ALL] motion_startup: Motion mmaltest Started [1978205048] [NTC] [ALL] motion_startup: Logging to file (/home/pi/motion.log) |
프레임이나 해상도 등은 좀 손을 봐야 할 듯.. 한 1/5 프레임 겨우 나오는 기분?
[링크 : https://www.dropbox.com/s/0gzxtkxhvwgfocs/motion-mmal.tar.gz]
[링크 : http://embeddedday.com/.../a-step-further/install-motion-mmal/] June 21, 2014 at 22:52 ?
+ 2016.06.23
[링크 : https://www.dropbox.com/s/jw5r1wss32tdibb/motion-mmal-opt.tar.gz] Mon Apr 21, 2014 5:16 pm
[링크 : https://www.raspberrypi.org/forums/viewtopic.php?t=75240]
[링크 : https://www.dropbox.com/s/xdfcxm5hu71s97d/motion-mmal.tar.gz]
[링크 : https://www.raspberrypi.org/forums/viewtopic.php?t=44966] Sat May 25, 2013 11:06 am
[링크 : http://www.hardcopyworld.com/gnuboard5/bbs/board.php?bo_table=lecture_rpi&wr_id=10]
[링크 : https://github.com/dozencrows/motion/tree/mmal-test]
MMAL README
-----------
This is an experimental version of motion that adds support for the
Raspberry Pi's CSI camera module, via the MMAL API.
As such, this branch has been stripped down to just the code and
some supporting files, and does not at this time contain a means
to build the code. Generated code files have been pre-created
using the original's configure script (see config.h).
Downloading: a temporary prebuilt binary for Raspberry Pi is available at this link:
https://www.dropbox.com/s/jw5r1wss32tdibb/motion-mmal-opt.tar.gz
Known working resolutions:
352 x 288
512 x 288
640 x 480
768 x 432
768 x 576
1024 x 576
'embeded > raspberry pi' 카테고리의 다른 글
motion는 쓸만한게 아니었나.. (0) | 2015.08.21 |
---|---|
MMAL motion 로그 (0) | 2015.08.20 |
라즈베리 파이 터치 LCD(3.5인치 waveshare) evtest (0) | 2015.08.19 |
wayland 설정 (0) | 2015.08.19 |
라즈베리 파이 2 / wayland 도전.. ㅠㅠ (0) | 2015.08.18 |