120fps 찾다가 보니 90fps만 무성히 나오는데..
이전테스트에서는 120fps는 실패인거 같았고
$ raspivid -w 320 -h 230 -t 0 -f -v -fps 120 raspivid Camera App v1.3.12 Width 320, Height 230, filename (null) bitrate 17000000, framerate 120, time delay 0 H264 Profile high H264 Quantisation level 0, Inline headers No H264 Intra refresh type (null), period -1 Wait method : Capture forever Initial state 'record' |
2015/08/08 - [embeded/raspberry pi] - 라즈베리 파이 5M 카메라 - 지름도착!
다시 보니.. 파일로 저장안하고 화면으로 봐서 그런걸지도?
아래는 90p로 받아서 30p 로 3배 느린 영상 만드는 방법
$ raspivid -h 640 -w 480 -fps 90 -t 10000 -o video.h264
$ sudo apt-get install gpac
$ MP4Box -fps 30 -add video.h264 video.mp4
[링크 : http://www.raspberryconnect.com/video/item/165-raspberry-pi-camera-slow-motion]
[링크 : https://babaawesam.com/2014/03/24/shooting-slow-motion-videos-using-raspberry-pi-camera/]
'embeded > raspberry pi' 카테고리의 다른 글
리눅스 여러개의 wifi를 콘솔에서 잡기 (0) | 2016.07.28 |
---|---|
rpicam x3 x4배속 (0) | 2016.07.28 |
freeRTOS on rpi (0) | 2016.07.18 |
redmine 백업 (0) | 2016.07.14 |
초음파 거리 + 온/습도 센서 (0) | 2016.07.10 |