embedded system

raspbery pi camera module

jianna6 2014. 11. 8. 11:36

디지털 카메라 모듈과 모바일 장치(RPi)와의 시리얼 인터페이스

 


raspistill, raspivid RG, raspiyuv 어플리케이션을 사용하면 된다.



raspistill

카메라 모듈을 통해서 사진을 찍을 수 있다.

camera component의 preview, stills port에 연결하여 preview와 jpg encoder를 사용한다.

-o : Output filename. If not specified, no image is saved.

 

 




raspivid RGB

카메라 모듈을 통해서 비디오를 찍을 수 있다.

camera componentpreview, stills port에 연결하여 previewvideo encoder를 사용한다.

 

raspiyuv

y : 명암, uv : +=> 사진만듬

사진을 찍고, raw unprocessed 이미지 파일을 생성한다.

raspistill과 동작은 같으나 결과물이 다르다.