본문 바로가기

라즈베리파이(RPI)

[영상][강좌] 라즈베리 파이 카메라 사용 법 - RASPBERRY-PI - RPI CAMERA BOARD


안녕하세요 버섯돌이 유재성입니다.

 

기본적으로 비용을 지불하고 뭔가 구매 하는걸 가급적 자제하고 있다보니

스마트폰의 카메라를 최대한 활용하면 되는데 가끔은 소형 장난감이나

용도에 따라서는 별도의 소형 카메라가 필요하기는 합니다.

 

다만, 가격 때문에 아직은 카메라 자체에 대해서는 큰 관심은 안 두고 있었는데

팔랑귀라서 카메라 수량이 풀리면 고민을 하기는 합니다.^^;;

 

 

 

제조업체:
RASPBERRY-PI
주문 코드:
2302279
제조업체 부품 번호:
RPI CAMERA BOARD

 

Technical Data Sheet (579.87KB) EN

 

현재 국내에서 정식으로 판매하지는 않고 해외 주문을 통해서만 구매가 가능합니다.

http://kr.element14.com/jsp/search/productdetail.jsp?sku=2302279

 

가격은 대략 한국돈으로 2.8만원이고 9.5만원이상이면 해외 배송비가 무료입니다만..

그 이하의 경우 대략 카메라 가격정도의 배송비가 청구됩니다.^^

 

판매처의 기술페이지에 간단한 설명과 영상이 있으니 참고 하시기 바랍니다.

http://www.element14.com/community/docs/DOC-54359

 

Overview

The Raspberry Pi Camera Module is a custom designed add-on for Raspberry Pi. It attaches to Raspberry Pi by way of one of the two small sockets on the board upper surface. This interface uses the dedicated CSI interface, which was designed especially for interfacing to cameras. The CSI bus is capable of extremely high data rates, and it exclusively carries pixel data.

 

The board itself is tiny, at around 25mm x 20mm x 9mm. It also weighs just over 3g, making it perfect for mobile or other applications where size and weight are important. It connects to Raspberry Pi by way of a short ribbon cable. The camera is connected to the BCM2835 processor on the Pi via the CSI bus, a higher bandwidth link which carries pixel data from the camera back to the processor. This bus travels along the ribbon cable that attaches the camera board to the Pi.

 

The sensor itself has a native resolution of 5 megapixel, and has a fixed focus lens onboard. In terms of still images, the camera is capable of 2592 x 1944 pixel static images, and also supports 1080p30, 720p60 and 640x480p60/90 video.

 

The camera is supported in the latest version of Raspbian, Raspberry Pi's preferred operating system.

 

 

 

Getting Started Guide for Raspberry Pi Camera Module [Preliminary]

http://www.element14.com/community/docs/DOC-54413/l/unofficial-guide-to-getting-up-and-running-with-the-raspberry-pi-camera

 

 

 

간단한 튜토리얼 강좌 영상 하나 더 남겨 놓습니다.^^

영상 주소 : http://youtu.be/T8T6S5eFpqE

Raspberry Pi - Camera Tutorial...

 

게시 시간: 2013. 05. 26.

In this tutorial I show you how to set up your brand new, official Raspberry Pi Camera Module... By the end of the video you will be able to take pictures and full HD video with your Raspberry Pi! No detail is left unexplained, everything is covered; from unboxing your module to installing the required software... I hope you enjoy this video and please take the time to subscribe and like! Watch more of my tutorials and videos here:

www.youtube.com/theraspberrypiguy

Information and commands:

You can buy your Camera Module (in the UK) from either RS components or Element14 (I would go for Element14):
http://uk.rs-online.com/web/generalDi...
http://www.element14.com/community/gr...

Here is the original unveil post:http://www.raspberrypi.org/archives/3890

To update your Pi: sudo apt-get update && sudo apt-get upgrade

To access RaspiConfig: sudo raspi-config (Make sure to reboot aferwards!)

To take a photo: raspistill -o image.jpg

To take a 10s video: raspivid -o video.h264 -t 10000


I put a lot of time into these videos, so it would be awfully nice to hear any feedback from you guys! Do that by commenting below or emailing me at: theraspberrypiguy@gmail.com

Thanks for watchin'!

The Raspberry Pi Guy