상품상세 정보

뒤로가기

아두캠 2M 픽셀 카메라 모듈 -OV2640, 1/4인치 카메라 (Arducam 2 M pixel OV2640 Camera Module -1/4 inch camera)

아두캠 2M 픽셀 카메라 모듈 -OV2640 (Arducam 2 M pixel OV2640 Camera Module -1/4 inch camera)

상품 정보
판매가(VAT별도) 19900
할인판매가 19,900원 (19,900원 할인)
할인금액 총 할인금액 원
(모바일할인금액 원)
적립금

20원(0.10%)

무통장 결제시 적립금 %

카드 결제시 적립금 %

실시간 계좌이체시 적립금 %

적립금 결제시 적립금 %

휴대폰 결제시 적립금 %

예치금 결제시 적립금 %

에스크로 결제시 적립금 %

가상계좌 결제시 적립금 %

가상계좌 결제시 적립금 %

케이페이 결제시 적립금 %

페이나우 결제시 적립금 %

페이코 결제시 적립금 %

제휴적립금
배송방법 택배
배송비 3,500원 (100,000원 이상 구매 시 무료)
상품 추가설명 번역정보
배송
수량 up down  
상품 목록
상품 정보 가격 삭제
총상품금액(수량) 0
구매하기
구매하기

아두캠 2M 픽셀 카메라 모듈 -OV2640, 1/4인치 카메라

(Arducam 2 M pixel OV2640 Camera Module -1/4 inch camera)

IMG_0242

IMG_0242

개요

  • 본 제품은 아두캠 2M 픽셀 OV2640 카메라 모듈로 M12 렌즈 마운트를 장착한 제품입니다.
  • M12 렌드 마운트를 장차하고 있어 어플리케이션에 따라 다른 렌즈를 장착하여 사용할 수 있게 디자인된 제품입니다.
  • OV2640 센서는 UXGA(1632x1232) 카메라 및 이미지 프로세서의 기능을 제공하는 CMOS 장치입니다.
  • OV2640는 full-frame, sub-sampled or windowed 8-bit/10-bit 이미지를 다양한 포맷으로 제공합니다.
  • SCCB(Serial Camera Control Bus) 인터페이스를 이용하여 제어가 가능하며 초당 15 프레임까지 동작이 가능합니다.
  • 모든 이미지 프로그래밍 기능(processing functions, including exposure control, gamma, white balance, color saturation, hue control and more)은 SCCB인터페이스를 이용하여 프로그래밍이 가능합니다.
  • 알림: 렌즈를 제외한 렌즈 마운트 높이가 약 1.2cm가량 됩니다. 사진보다 살짝 높습니다. 높이가 중요하시면 구매전 샘플 확인하시기 바랍니다.

특징

  • Flex type module or M12 mount lens holder with more lens options module
  • 1/4” sensor size
  • High sensitivity for low-light operation
  • Standard SCCB interface
  • Output support for Raw RGB, RGB (RGB565/555), GRB422, YUV (422/420) and YCbCr (4:2:2) formats, JPEG compression formats
  • Supports image sizes: UXGA, SXGA, SVGA, and any size scaling down from SXGA to 40×30
  • Automatic image control functions including Automatic Exposure Control (AEC), Automatic Gain Control (AGC), Automatic White Balance (AWB), Automatic Band Filter (ABF), and Automatic Black-Level Calibration (ABLC)
  • Image quality controls including color saturation, gamma, sharpness (edge enhancement), lens correction, white pixel canceling, noise canceling, and 50/60 Hz luminance detection
  • Low operating voltage for embedded portable apps
  • Mounted with LS-27227 M12 Lens
  •  Key Specifications
  • OV2640-Spec
  • Pin Definition
  • Pin No. PIN NAME TYPE DESCRIPTION
    1 VCC POWER 3.3v Power supply
    2 GND Ground Power ground
    3 SCL Input Two-Wire Serial Interface Clock
    4 SDATA Bi-directional Two-Wire Serial Interface Data I/O
    5 VSYNC Output Active High: Frame Valid; indicates active frame
    6 HREF Output Active High: Line/Data Valid; indicates active pixels
    7 PCLK Output Pixel Clock output from sensor
    8 XCLK Input Master Clock into Sensor
    9 DOUT9 Output Pixel Data Output 9 (MSB)
    10 DOUT8 Output Pixel Data Output 8
    11 DOUT7 Output Pixel Data Output 7
    12 DOUT6 Output Pixel Data Output 6
    13 DOUT5 Output Pixel Data Output 5
    14 DOUT4 Output Pixel Data Output 4
    15 DOUT3 Output Pixel Data Output 3
    16 DOUT2 Output Pixel Data Output 2 (LSB)
    17 DOUT1 Output Pixel Data Output 1(10bit mode)
    18 DOUT0 Output Pixel Data Output 0 (10bit mode)
    19 RST Input Camera reset, active low
    20 PWDN Input Camera power down, active high

문서

  • datasheet
  • ArduCAM provides a full demonstration for OV2640 camera module on Arduino platform. Please download the examples from github.

    Example ArduCAM_OV2640_Camera_Playback.ino

    It will turn the ArduCAM into a real digital camera with capture and playback functions.
    1. Preview the live video on LCD Screen.
    2. Capture and buffer the image to FIFO when shutter pressed quickly.
    3. Store the image to Micro SD/TF card with BMP format.
    4. Playback the capture photos one by one when shutter button hold on for 3 seconds.
    This program requires the latest ArduCAM library and Rev.C or Rev.C+ ArduCAM shield and use Arduino IDE 1.5.2 compiler or above.

    Example ArduCAM_OV2640_Digital_Camera.ino

    It will run the ArduCAM as a real 2MP digital camera, provide both preview and JPEG capture.
    The demo sketch will do the following tasks:
    1. Set the sensor to BMP preview output mode.
    2. Switch to JPEG mode when shutter buttom pressed.
    3. Capture and buffer the image to FIFO.
    4. Store the image to Micro SD/TF card with JPEG format.
    5. Resolution can be changed by myCAM.OV2640_set_JPEG_size() function.
    This program requires the latest ArduCAM library and or Rev.C+ ArduCAM shield and use Arduino IDE 1.5.2 compiler or above.

    Example ArduCAM_SPI_OV2640_FIFO_UART.ino

    The demo sketch will do the following tasks:
    1. Set the sensor to JPEG output mode.
    2. Capture and buffer the image to FIFO.
    3. Transfer the captured JPEG image back to host via Arduino board USB port.
    4. Resolution can be changed by myCAM.OV2640_set_JPEG_size() function.
    This program requires the latest ArduCAM library and Rev.C or Rev.C+ ArduCAM shield and use Arduino IDE 1.5.2 compiler or above.
    5. Use ArduCAM host application to capture, view and save pictures.

연관제품

상품 상세 정보
상품명 아두캠 2M 픽셀 카메라 모듈 -OV2640, 1/4인치 카메라 (Arducam 2 M pixel OV2640 Camera Module -1/4 inch camera)
판매가(VAT별도) 19,900원
상품코드 P0000NTY
수량 수량증가수량감소
상품요약정보 아두캠 2M 픽셀 OV2640 카메라 모듈로 M12 렌즈 마운트를 장착한 제품입니다.

결제 안내

결제는 신용카드, 실시간 계좌이체, 무통장 입금 등을 선택하여 진행하실 수 있습니다. 세금계산서 발행을 요청하실 경우에는 결제방법을 무통장 입금으로 선택하시고 사업자등록증 사본을 cs@vctec.co.kr으로 보내주셔야 합니다.

배송 안내

  • 배송 방법 : 택배
  • 배송 지역 : 전국지역
  • 배송 비용 : 3,500원
  • 배송 기간 : 1일 ~ 10일
  • 배송 안내 : - 산간벽지나 도서지방은 별도의 추가금액을 지불하실 수 있습니다.
    - 상품종류에 따라서 상품의 배송이 다소 지연될 수 있습니다.
    - 구매 총액이 10만원 미만의 주문 경우는 택배발송시에는 배송비 3,500원이 추가됩니다.
    - 구매 총액 10만원 미만 주문의 퀵발송 및 급행처리 요청시 핸들링 비용 3,500원이 추가 됩니다.
    - 매장이 아니므로 방문구매 및 수령이 불가능 합니다.
    - 영업일 기준 2일 이내 미출고 물품은 해외 수입 제품입니다.
    - 높은 전압과 전류를 사용하는 제품은 사용 전 안전에 유의 바랍니다.
    - 제품을 교육수준으로 설명하거나 사용자 프로젝트에 대한 컨설팅이나 기술지원을 하지 않사오니 참고부탁 드립니다.

교환/반품 안내

교환 및 반품안내
- 상품을 공급 받으신 날로부터 7일이내에 교환 및 반품이 가능하며,
- 미개봉/미설치 제품인 경우이거나 불량제품인 경우에 한해 가능합니다.

- 교환/반품시 승인 없이 제품을 먼저 발송시 왕복 택배비가 발생합니다.
- 상품가치가 훼손되어 재판매가 불가능 할 경우는 교환/반품이  불가능합니다.
- 소프트웨어는 개봉시 교환/반품이 불가능합니다.

- 주문수입제품의 경우는 환불/교환이 불가능합니다.

- 수입제품의 경우는 수리가 불가능합니다.
- 배송지연안내를 받으신 경우는 주문 수입되는 경우이며, 주문 수입 제품의 경우 환불/교환이 불가능합니다.

- 고객변심에 의한 교환 및 반품 시 왕복 배송비는 고객님께서 부담하셔야 합니다.
- 제품구성품 및 스펙은 제조사 사정에 의해 예고없이 변경 될수도 있습니다.

환불 안내

환불시 반품 확인여부를 확인한 후 7영업일 이내에 결제 금액을 환불해 드립니다.
신용카드로 결제하신 경우는 신용카드 승인을 취소하여 결제 대금이 청구되지 않게 합니다.
(단, 신용카드 결제일자에 맞추어 대금이 청구 될수 있으면 이경우 익월 신용카드 대금청구시 카드사에서 환급처리됩니다.)

서비스문의 안내

상품사용후기

상품후기쓰기 모두보기

게시물이 없습니다

상품 Q&A

상품문의하기 모두보기

게시물이 없습니다

판매자 정보